Skip to content

Commit

Permalink
feat(windows): add menu Sass component
Browse files Browse the repository at this point in the history
references #5565
  • Loading branch information
brandyscarney committed Feb 24, 2016
1 parent dd7def6 commit cd7d627
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions ionic/components.wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions ionic/components/menu/menu.wp.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@import "../../globals.wp";

// Windows Menu
// --------------------------------------------------

$menu-wp-background: $background-wp-color !default;


ion-menu {
background: $menu-wp-background;
}

0 comments on commit cd7d627

Please sign in to comment.