typo + générique pour surcharge et champ recherche (fix styles chromium)

This commit is contained in:
chankalan 2021-02-08 21:39:38 +01:00
parent 0d2f3ad93a
commit 522d39bf9e
4 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,4 @@
/* Font Awesome */
.fas {
font-family:Fontawesome-s;
color:$couleurPrincipale;
@ -10,12 +8,11 @@
color:$couleurPrincipale;
}
/* autres */
$typo-Merriweather: 'Merriweather', serif;
$typo-texte: $typo-Merriweather;
$typo-titres: $typo-Merriweather;
$typo-titre: $typo-Merriweather;
body {
$_computed_bfs: strip-unit($body-font-size) / strip-unit($_base-font-size);
@ -73,7 +70,7 @@ h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
font-family: $typo-titres;
font-family: $typo-titre;
font-weight: 200;
line-height: 1.2;
font-style: normal;

View File

@ -269,7 +269,7 @@
top:25px;
left:0;
width:150px;
/* z-index:-1; */
z-index:-1;
opacity:0;
transition:all 0.3s ease-in-out;
&.ouvert {

View File

@ -72,6 +72,9 @@
min-height: 2.5em;
line-height: 2.5em;
background: white;
&:focus {
outline: 0; // corriger les styles chromium
}
}
}

View File

@ -111,7 +111,7 @@
text-align: center;
transition: background 0.3s;
cursor: pointer;
font-family:$typo-Merriweather;
font-family:$typo-texte;
border-radius:($spacer/4);
background:$sombre;
color:$clair !important;