publik-base-theme/static/somme-cd80/_vars.scss

25 lines
679 B
SCSS

$primary-color: #008FA7;
$orange: #cf4e32;
$width: 1300px;
$footer-background: $primary-color;
$font-color: #666;
$font-size: 0.75em;
$nav-active-color: darken($primary-color, 10%);
$nav-color: white;
$nav-background: $primary-color;
$nav-full-width-background: true;
$nav-text-transform: uppercase;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$title-transform: uppercase;
$title-weight: bold;
$footer-background: $primary-color;
$dashboard-badge-color: $orange;
$dashboard-selected-color: $orange;
$category-has-toggled-icons: false;
$category-togglable: false;
$category-toggled-background: $primary-color;