fix sousmenu initiatives

This commit is contained in:
chankalan 2021-02-09 08:31:35 +01:00
parent 522d39bf9e
commit 29feeac623
2 changed files with 4 additions and 8 deletions

View File

@ -61,7 +61,7 @@ a {
}
.nav.principale {
font-family:$typo-Merriweather;
font-family:$typo-texte;
}
h1, .h1,

View File

@ -266,16 +266,12 @@
> ul {
@include media($bp-medium-up) {
position:absolute;
top:25px;
top:-999em;
left:0;
width:150px;
z-index:-1;
opacity:0;
transition:all 0.3s ease-in-out;
z-index:9;
&.ouvert {
top:25px;
z-index:9;
opacity:1;
top:23px;
li {
display:block;
background:$couleurPrincipale;