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