publik-base-theme/static/minsant/_vars.scss

36 lines
946 B
SCSS

$gray-light: #f3f3f3;
$blue-dark: #697b98;
$peru: #CD853F;
$primary-color: $gray-light;
$secondary-color: $blue-dark;
$tertiary-color: $peru;
$body-background: $primary-color;
$sidebar-position: right;
$font-family: Arial, sans-serif;
$width: 1160px;
$font-color: #000;
$font-size: 0.938em;
$link-color: $tertiary-color;
$nav-full-width-background: true;
$nav-background: white;
$nav-submenu-color: black;;
$nav-active-background: $secondary-color;
$nav-item-selected-color: white;
$nav-item-selected-background: $secondary-color;
$nav-item-hover-background: $secondary-color;
$nav-item-hover-color: white;
$cell-border: 0;
$cell-title-cover-border: false;
$border-radius: 0;
$button-background: $secondary-color;
$title-font-family: Titillium;
$title-background: $secondary-color;
$footer-background: $primary-color;
$footer-color: $secondary-color;
$buttons-order: previous, cancel (grow), submit;
$wcs-step-current-color: $tertiary-color;