Files
ionic-framework/src/components/menu/menu.wp.scss
Brandy Carney 3532a71c29 docs(sass): add documentation for sass variables
This adds documentation for loading, menu, picker, popover, radio,
refresher, select, and toast. Also removes unused variables.

References #8785
2016-12-01 18:39:52 -05:00

13 lines
255 B
SCSS

@import "../../themes/ionic.globals.wp";
// Windows Menu
// --------------------------------------------------
/// @prop - Background of the menu
$menu-wp-background: #f2f2f2 !default;
.wp .menu-inner {
background: $menu-wp-background;
}