mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00

globals.mode is already imported in the components.mode file, so it doesn’t need to be imported per component fixes #5931
11 lines
172 B
SCSS
11 lines
172 B
SCSS
|
|
// Windows Menu
|
|
// --------------------------------------------------
|
|
|
|
$menu-wp-background: #f2f2f2 !default;
|
|
|
|
|
|
ion-menu {
|
|
background: $menu-wp-background;
|
|
}
|