fix a lot of problems and add js for menus

This commit is contained in:
Jean-Baptiste Pasquier
2020-01-20 13:57:03 +01:00
parent 36a045cacb
commit 83e6957934
15 changed files with 169 additions and 117 deletions

View File

@ -189,9 +189,17 @@
}
}
&.jsLeftMenu.mobile-opened {
&.jsLeftMenu {
@include breakpoint(sm) {
display: none;
}
}
&.jsLeftMenu[open] {
@include breakpoint(sm) {
display: block;
bottom: 0;
box-shadow: 0 2px 8px 0 rgba(65, 69, 73, 0.5);
min-width: 80%;
@ -201,11 +209,4 @@
z-index: 1;
}
}
&.jsLeftMenu.mobile-closed {
@include breakpoint(sm) {
display: none;
}
}
}