mdb-ui-kit/scss/variables/_drawer.scss
Kevin Ross 642dc96cc4 #822 - drawers - converted to mixins to allow for different default x and y drawers, as well as to allow for totally custom generated drawer sizes.
- different default drawer sizes (x width or y height) in an app
- easy generation of custom drawer size classes
2016-01-15 17:58:16 -06:00

9 lines
310 B
SCSS

// Drawer
// FIXME: review and integrate other variables from nav or something instead of these
$mdb-layout-drawer-bg-color: rgba($grey-50, 1) !default;
$mdb-layout-drawer-text-color: rgba($grey-800, 1) !default;
// Sizing
$mdb-layout-drawer-x-size: 240px !default;
$mdb-layout-drawer-y-size: 100px !default;