mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
25 lines
473 B
SCSS
25 lines
473 B
SCSS
@import "./menu";
|
|
@import "./menu.md.vars";
|
|
|
|
// Material Design Menu
|
|
// --------------------------------------------------
|
|
|
|
.menu-md .menu-inner {
|
|
background: $menu-md-background;
|
|
}
|
|
|
|
.menu-md.menu-type-overlay .menu-inner {
|
|
box-shadow: $menu-md-box-shadow;
|
|
}
|
|
|
|
// MD Menu Content
|
|
// --------------------------------------------------
|
|
|
|
.app-md .menu-content-reveal {
|
|
box-shadow: $menu-md-box-shadow;
|
|
}
|
|
|
|
.app-md .menu-content-push {
|
|
box-shadow: $menu-md-box-shadow;
|
|
}
|