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">
|
||||
<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>]
|
||||
[(#SI_PAGE{sommaire}|non)</a>]</h1>
|
||||
</div>
|
||||
|
@ -34,9 +34,9 @@ span.btn {
|
||||
|
||||
}
|
||||
.header_title {
|
||||
min-width: 150px;
|
||||
padding: 0.5rem 0 0.2rem;
|
||||
/* background: white; */
|
||||
width: 160px;
|
||||
padding: 0.5rem 0.5em 0.2rem;
|
||||
background: $couleurSecondaire;
|
||||
}
|
||||
.header_menu {
|
||||
flex-grow: 2;
|
||||
@ -65,7 +65,7 @@ span.btn {
|
||||
}
|
||||
}
|
||||
.liens {
|
||||
margin-top: 3rem;
|
||||
margin: 3rem 0 0.7em 0;
|
||||
@include flex();
|
||||
flex-direction: row-reverse;
|
||||
align-items: end;
|
||||
@ -76,6 +76,11 @@ span.btn {
|
||||
margin: 0 0 0;
|
||||
@include flex();
|
||||
align-items: center;
|
||||
@include media($bp-small-up) {
|
||||
> .btn {
|
||||
width: 217px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.sociaux {
|
||||
display: inline-block;
|
||||
@ -90,7 +95,7 @@ span.btn {
|
||||
}
|
||||
}
|
||||
.formulaire_spip.formulaire_abomailman_mini_une_liste {
|
||||
width: 207px;
|
||||
width: 217px;
|
||||
min-height: 2.5rem;
|
||||
position: relative;
|
||||
margin: 0 0 0 1rem;
|
||||
@ -179,16 +184,18 @@ span.btn {
|
||||
> .page_container .nav > ul .loupe a {
|
||||
padding:0;
|
||||
i.fa-search {
|
||||
padding: 1.15rem 1.1rem 1.08rem;
|
||||
background-color: $couleurPrincipale;
|
||||
font-size: 1.2rem;
|
||||
border-radius: 0;
|
||||
/* color:white; */
|
||||
|
||||
padding: 0.5rem;
|
||||
background-color: $couleurSecondaire;
|
||||
/* font-size: 1.2rem; */
|
||||
border-radius: 50%;
|
||||
margin: 0.8em 0.8em 0;
|
||||
}
|
||||
&:focus i.fa-search, &:active i.fa-search, &:hover i.fa-search {
|
||||
background-color: $couleurPrincipaleOn;
|
||||
color: $couleurPrincipale;
|
||||
&:focus, &:active, &:hover {
|
||||
background: none !important;
|
||||
i.fa-search {
|
||||
background-color: $couleurPrincipaleOn;
|
||||
color: $couleurPrincipale;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user