discord-client/webpack/scss/constants.scss

34 lines
716 B
SCSS
Raw Normal View History

2018-03-21 17:44:27 +00:00
/* (1) Dimensions */
$menu-width: 4.3em;
$dialog-width: 15.2em;
$header-height: 3em;
$input-height: 5em;
2018-03-21 17:44:27 +00:00
/* (2) Main colors */
$menu-bg: #202225;
$dialog-header-bg: #2f3136;
$dialog-bg: #2f3136;
$container-bg: #36393e;
$header-bg: #36393f;
2018-03-22 17:15:57 +00:00
$main: #7289da;
$input-bg: #36393f;
2018-03-21 17:44:27 +00:00
/* (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;