feat(windows): add menu Sass component

references #5565
This commit is contained in:
Brandy Carney
2016-02-23 19:30:50 -05:00
parent dd7def68e3
commit cd7d627f61
2 changed files with 12 additions and 0 deletions

View File

@ -16,6 +16,7 @@
"components/content/content.wp",
"components/item/item.wp",
"components/list/list.wp",
"components/menu/menu.wp",
"components/modal/modal.wp",
"components/radio/radio.wp",
"components/searchbar/searchbar.wp",

View File

@ -0,0 +1,11 @@
@import "../../globals.wp";
// Windows Menu
// --------------------------------------------------
$menu-wp-background: $background-wp-color !default;
ion-menu {
background: $menu-wp-background;
}