octicon-rss(16/)
You've already forked ionic-framework
mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
22 lines
395 B
SCSS
22 lines
395 B
SCSS
@import "./menu";
|
|
@import "./menu.ios.vars";
|
|
|
|
// iOS Menu
|
|
// --------------------------------------------------
|
|
|
|
:host(.menu-type-overlay) .menu-inner {
|
|
box-shadow: $menu-ios-box-shadow-overlay;
|
|
}
|
|
|
|
|
|
// iOS Menu Push
|
|
// --------------------------------------------------
|
|
|
|
:host(.menu-type-push) {
|
|
z-index: $z-index-menu-overlay;
|
|
}
|
|
|
|
:host(.menu-type-push) .show-backdrop {
|
|
display: block;
|
|
}
|