publik-base-theme/static/castries-2020/_vars.scss

20 lines
459 B
SCSS

$primary-color: #005eaa;
$font-color: #0f0f0f;
$font-size: 16px;
$font-family: Verdana, sans-serif;
$width: 1100px;
$border-radius: 1px;
$nav-full-width-background: true;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: darken($nav-background, 10%);
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: #575757;
$footer-color: white;
$wcs-step-current-color: $primary-color;