fix sousmenu initiatives
This commit is contained in:
parent
522d39bf9e
commit
29feeac623
@ -61,7 +61,7 @@ a {
|
||||
}
|
||||
|
||||
.nav.principale {
|
||||
font-family:$typo-Merriweather;
|
||||
font-family:$typo-texte;
|
||||
}
|
||||
|
||||
h1, .h1,
|
||||
|
@ -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;
|
||||
&.ouvert {
|
||||
top:25px;
|
||||
z-index:9;
|
||||
opacity:1;
|
||||
&.ouvert {
|
||||
top:23px;
|
||||
li {
|
||||
display:block;
|
||||
background:$couleurPrincipale;
|
||||
|
Loading…
Reference in New Issue
Block a user