typo + générique pour surcharge et champ recherche (fix styles chromium)
This commit is contained in:
parent
0d2f3ad93a
commit
522d39bf9e
@ -1,6 +1,4 @@
|
|||||||
|
/* Font Awesome */
|
||||||
|
|
||||||
|
|
||||||
.fas {
|
.fas {
|
||||||
font-family:Fontawesome-s;
|
font-family:Fontawesome-s;
|
||||||
color:$couleurPrincipale;
|
color:$couleurPrincipale;
|
||||||
@ -10,12 +8,11 @@
|
|||||||
color:$couleurPrincipale;
|
color:$couleurPrincipale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* autres */
|
||||||
|
|
||||||
$typo-Merriweather: 'Merriweather', serif;
|
$typo-Merriweather: 'Merriweather', serif;
|
||||||
|
|
||||||
$typo-texte: $typo-Merriweather;
|
$typo-texte: $typo-Merriweather;
|
||||||
$typo-titres: $typo-Merriweather;
|
$typo-titre: $typo-Merriweather;
|
||||||
|
|
||||||
body {
|
body {
|
||||||
$_computed_bfs: strip-unit($body-font-size) / strip-unit($_base-font-size);
|
$_computed_bfs: strip-unit($body-font-size) / strip-unit($_base-font-size);
|
||||||
@ -73,7 +70,7 @@ h3, .h3,
|
|||||||
h4, .h4,
|
h4, .h4,
|
||||||
h5, .h5,
|
h5, .h5,
|
||||||
h6, .h6 {
|
h6, .h6 {
|
||||||
font-family: $typo-titres;
|
font-family: $typo-titre;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
@ -269,7 +269,7 @@
|
|||||||
top:25px;
|
top:25px;
|
||||||
left:0;
|
left:0;
|
||||||
width:150px;
|
width:150px;
|
||||||
/* z-index:-1; */
|
z-index:-1;
|
||||||
opacity:0;
|
opacity:0;
|
||||||
transition:all 0.3s ease-in-out;
|
transition:all 0.3s ease-in-out;
|
||||||
&.ouvert {
|
&.ouvert {
|
||||||
|
@ -72,6 +72,9 @@
|
|||||||
min-height: 2.5em;
|
min-height: 2.5em;
|
||||||
line-height: 2.5em;
|
line-height: 2.5em;
|
||||||
background: white;
|
background: white;
|
||||||
|
&:focus {
|
||||||
|
outline: 0; // corriger les styles chromium
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -111,7 +111,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
transition: background 0.3s;
|
transition: background 0.3s;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-family:$typo-Merriweather;
|
font-family:$typo-texte;
|
||||||
border-radius:($spacer/4);
|
border-radius:($spacer/4);
|
||||||
background:$sombre;
|
background:$sombre;
|
||||||
color:$clair !important;
|
color:$clair !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user