NxTIC/css/constants.scss

21 lines
520 B
SCSS
Executable File

/* [1] COULEURS
=========================================================*/
/* (1) COULEURS DU THEME $DEFAULT */
$theme-bg: #e8e8e8;
$theme-bg-primary: #ffffff;
$theme-fg: #515151;
$theme-fg-primary: #399ced;
/* (2) COULEURS DE THEME $DARK */
$dark-bg: #313541;
$dark-bg-primary: #29282e;
$dark-fg: #939393;
$dark-fg-primary: #ffffff;
/* [2] DIMENSIONS
=========================================================*/
/* (1) Layout de base */
$menu-side-width: 15em;
$header-height: 4em;