mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-14 21:57:12 +03:00
10 lines
332 B
SCSS
10 lines
332 B
SCSS
// Drawer
|
|
$mdb-layout-drawer-bg-color: rgba($grey-50, 1) !default;
|
|
$mdb-layout-drawer-text-color: rgba($grey-800, 1) !default;
|
|
|
|
// when media-breakpoint-down(md), make the drawer overlay instead of push the content/header (left right)
|
|
$mdb-layout-drawer-x-overlay-breakpoint: md;
|
|
|
|
// Sizing
|
|
$mdb-layout-drawer-size: 240px !default;
|