fix a lot of problems and add js for menus
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user