discord-client/parcel/scss/constants.scss

37 lines
804 B
SCSS

/* (1) Dimensions */
$menu-width: 4.3em;
$dialog-width: 15.2em;
$header-height: 3em;
$input-height: 5em;
$side-menu-width: 14em;
/* (2) Main colors */
$menu-bg: #202225;
$dialog-header-bg: #2f3136;
$dialog-bg: #2f3136;
$audio-bg: #2a2c31;
$container-bg: #36393e;
$header-bg: #36393f;
$main: #7289da;
$input-bg: #36393f;
$side-menu-bg: #2f3136;
/* (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;