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

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