Files
ionic-framework/core/src/components/menu/menu.vars.scss
2018-03-12 16:02:25 -04:00

11 lines
297 B
SCSS

@import "../../themes/ionic.globals";
// Menu
// --------------------------------------------------
/// @prop - Width of the menu
$menu-width: 304px !default;
/// @prop - Width of the menu on small devices (under 340px)
$menu-small-width: $menu-width - 40px !default;