retouche entête : taille logo, taille bouton inscription et marges
diverses
This commit is contained in:
parent
256bff509c
commit
6095ae6d6a
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
<div class="header_title print">
|
<div class="header_title print">
|
||||||
<h1 id="logo_site_spip"[ class="(#EDIT{meta-nom_site})"]>[(#SI_PAGE{sommaire}|non)<a rel="start home" href="#URL_SITE_SPIP/" title="<:accueil_site:>">]
|
<h1 id="logo_site_spip"[ class="(#EDIT{meta-nom_site})"]>[(#SI_PAGE{sommaire}|non)<a rel="start home" href="#URL_SITE_SPIP/" title="<:accueil_site:>">]
|
||||||
[(#LOGO_SITE_SPIP|image_reduire{400,150}) ]<span class="nom_site_spip">#NOM_SITE_SPIP</span>
|
[(#LOGO_SITE_SPIP|image_reduire{400,320}) ]<span class="nom_site_spip">#NOM_SITE_SPIP</span>
|
||||||
[<small class="slogan_site_spip[ (#EDIT{meta-slogan_site})]">(#SLOGAN_SITE_SPIP)</small>]
|
[<small class="slogan_site_spip[ (#EDIT{meta-slogan_site})]">(#SLOGAN_SITE_SPIP)</small>]
|
||||||
[(#SI_PAGE{sommaire}|non)</a>]</h1>
|
[(#SI_PAGE{sommaire}|non)</a>]</h1>
|
||||||
</div>
|
</div>
|
||||||
|
@ -34,9 +34,9 @@ span.btn {
|
|||||||
|
|
||||||
}
|
}
|
||||||
.header_title {
|
.header_title {
|
||||||
min-width: 150px;
|
width: 160px;
|
||||||
padding: 0.5rem 0 0.2rem;
|
padding: 0.5rem 0.5em 0.2rem;
|
||||||
/* background: white; */
|
background: $couleurSecondaire;
|
||||||
}
|
}
|
||||||
.header_menu {
|
.header_menu {
|
||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
@ -65,7 +65,7 @@ span.btn {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.liens {
|
.liens {
|
||||||
margin-top: 3rem;
|
margin: 3rem 0 0.7em 0;
|
||||||
@include flex();
|
@include flex();
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
align-items: end;
|
align-items: end;
|
||||||
@ -76,6 +76,11 @@ span.btn {
|
|||||||
margin: 0 0 0;
|
margin: 0 0 0;
|
||||||
@include flex();
|
@include flex();
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@include media($bp-small-up) {
|
||||||
|
> .btn {
|
||||||
|
width: 217px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.sociaux {
|
.sociaux {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -90,7 +95,7 @@ span.btn {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.formulaire_spip.formulaire_abomailman_mini_une_liste {
|
.formulaire_spip.formulaire_abomailman_mini_une_liste {
|
||||||
width: 207px;
|
width: 217px;
|
||||||
min-height: 2.5rem;
|
min-height: 2.5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 0 0 1rem;
|
margin: 0 0 0 1rem;
|
||||||
@ -179,16 +184,18 @@ span.btn {
|
|||||||
> .page_container .nav > ul .loupe a {
|
> .page_container .nav > ul .loupe a {
|
||||||
padding:0;
|
padding:0;
|
||||||
i.fa-search {
|
i.fa-search {
|
||||||
padding: 1.15rem 1.1rem 1.08rem;
|
padding: 0.5rem;
|
||||||
background-color: $couleurPrincipale;
|
background-color: $couleurSecondaire;
|
||||||
font-size: 1.2rem;
|
/* font-size: 1.2rem; */
|
||||||
border-radius: 0;
|
border-radius: 50%;
|
||||||
/* color:white; */
|
margin: 0.8em 0.8em 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
&:focus i.fa-search, &:active i.fa-search, &:hover i.fa-search {
|
&:focus, &:active, &:hover {
|
||||||
background-color: $couleurPrincipaleOn;
|
background: none !important;
|
||||||
color: $couleurPrincipale;
|
i.fa-search {
|
||||||
|
background-color: $couleurPrincipaleOn;
|
||||||
|
color: $couleurPrincipale;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user