publik-base-theme/static/grand-chambery/_vars.scss

47 lines
1.2 KiB
SCSS

$red: #e5112f;
$gray: #ededed;
$blue: #0b4361;
$bgblue: #577c90;
$primary-color: $red !default;
$width: 1210px !default;
$mobile-width: none;
$font-family: "Open Sans", sans-serif;
$font-color: #000 !default;
$font-size: 100% !default;
$nav-background: #fafafa !default;
$nav-submenu-background: #eee !default;
$nav-submenu-color: #333 !default;
$nav-color: $font-color !default;
$nav-active-color: $primary-color !default;
$nav-item-selected-color: white !default;
$nav-item-hover-color: white !default;
$border-radius: 0px !default;
$button-background: $primary-color !default;
$title-background: $primary-color !default;
$title-color: white !default;
$link-color: $red;
$footer-background: white;
$footer-color: $red;
$cell-image-position: top !default;
$cell-image-padding: none !default;
$cell-title-cover-border: false;
$cell-border: 2px solid $red;
$responsive-steps: normal;
$nav-mobile-bottom-bar-background: $bgblue;
$nav-mobile-bottom-bar-color: white;
$widget-unique-checkbox-position: left;
$widget-custom-radio-checkbox: true;
$wcs-steps-spacing: 1rem;
$wcs-step-border-bottom: none;
$wcs-step-color: #000;
$wcs-step-background-color: #fff;
$wcs-step-current-marker-background: $primary-color;
$wcs-step-current-marker-color: #fff;