fix(menu): content's box-shadow

This commit is contained in:
Manu Mtz.-Almeida
2018-08-07 21:23:35 +02:00
parent 9773e2a3b3
commit 48e2a4e2ca
4 changed files with 20 additions and 25 deletions

View File

@@ -0,0 +1,18 @@
@import "../menu/menu.ios.vars";
@import "../menu/menu.md.vars";
.ios .menu-content-reveal {
box-shadow: $menu-ios-box-shadow-reveal;
}
.ios .menu-content-push {
box-shadow: $menu-ios-box-shadow-push;
}
.md .menu-content-reveal {
box-shadow: $menu-md-box-shadow;
}
.md .menu-content-push {
box-shadow: $menu-md-box-shadow;
}