31 lines
639 B
SCSS
31 lines
639 B
SCSS
|
|
||
|
/* (1) Dimensions */
|
||
|
$menu-width: 4.3em;
|
||
|
$dialog-width: 15.2em;
|
||
|
$header-height: 3em;
|
||
|
|
||
|
/* (2) Main colors */
|
||
|
$menu-bg: #202225;
|
||
|
$dialog-header-bg: #2f3136;
|
||
|
$dialog-bg: #2f3136;
|
||
|
$container-bg: #36393e;
|
||
|
$header-bg: #36393f;
|
||
|
|
||
|
|
||
|
/* (1) Header specific
|
||
|
---------------------------------------------------------*/
|
||
|
/* (1) Header border-bottom */
|
||
|
$bb-height: 1px;
|
||
|
$bb-offset: 2px;
|
||
|
|
||
|
|
||
|
/* (2) Menu Specific
|
||
|
---------------------------------------------------------*/
|
||
|
/* (1) Menu item size */
|
||
|
$menu-item-size: #{$menu-width * .72};
|
||
|
$menu-item-space: .3em;
|
||
|
|
||
|
/* (2) Default menu item background */
|
||
|
$menu-item-bg: #2f3136;
|
||
|
|