mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
14 lines
435 B
SCSS
14 lines
435 B
SCSS
@import "../../themes/ionic.globals.md";
|
|
|
|
// Material Design Menu
|
|
// --------------------------------------------------
|
|
|
|
/// @prop - Background of the menu
|
|
$menu-md-background: $background-md-color !default;
|
|
|
|
/// @prop - Box shadow color of the menu
|
|
$menu-md-box-shadow-color: rgba(0, 0, 0, .25) !default;
|
|
|
|
/// @prop - Box shadow of the menu
|
|
$menu-md-box-shadow: 0 0 10px $menu-md-box-shadow-color !default;
|