mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
@ -16,6 +16,7 @@
|
|||||||
"components/content/content.wp",
|
"components/content/content.wp",
|
||||||
"components/item/item.wp",
|
"components/item/item.wp",
|
||||||
"components/list/list.wp",
|
"components/list/list.wp",
|
||||||
|
"components/menu/menu.wp",
|
||||||
"components/modal/modal.wp",
|
"components/modal/modal.wp",
|
||||||
"components/radio/radio.wp",
|
"components/radio/radio.wp",
|
||||||
"components/searchbar/searchbar.wp",
|
"components/searchbar/searchbar.wp",
|
||||||
|
11
ionic/components/menu/menu.wp.scss
Normal file
11
ionic/components/menu/menu.wp.scss
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
@import "../../globals.wp";
|
||||||
|
|
||||||
|
// Windows Menu
|
||||||
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
$menu-wp-background: $background-wp-color !default;
|
||||||
|
|
||||||
|
|
||||||
|
ion-menu {
|
||||||
|
background: $menu-wp-background;
|
||||||
|
}
|
Reference in New Issue
Block a user