publik-base-theme/static/cap-atlantique/_vars.scss

45 lines
971 B
SCSS

// colors
$blue: #00b6d8;
$blue-dark: #006889;
$orange: #fa8e2f;
$brown: #b6600a;
$gray-light: #f0f0f0;
$gray-dark: #555;
// Core vars$
$font-family: ubuntu, sans-serif;
$font-color: #222;
$primary-color: $blue;
$link-color: $blue-dark;
$width: 1280px;
$mobile-limit: 1024px;
$very-small-limit: 560px;
$columns-gutter: 40px;
$sidebar-columns-gutter: 60px;
$nav-full-width-background: true;
$nav-background: $blue-dark !important;
$nav-color: white;
$nav-active-color: $blue;
$nav-button-background: transparent;
$nav-mobile-menu-background: $nav-background;
$nav-mobile-menu-item-color: $nav-color;
$title-background: $blue;
$title-weight: bold;
$title-color: white;
$button-background: $blue;
$button-color: black;
$widget-background: $gray-light;
$widget-border: 1px solid transparent;
$widget-focus-border: 1px solid $font-color;
$widget-unique-checkbox-position: left;
$wcs-step-current-color: $brown;
$footer-background: #005f83;
$footer-link-color: white;