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

64 lines
1.6 KiB
SCSS

$mobile-limit: 0px; // disable default mobile mode
$desktop-limit: 1100px;
$red: #dc1822;
$green: #1a871e; // for "open" badges
$orange: #dc8618; // for "soon to be closed" badges
$body-background: white;
$font-family: Raleway, sans-serif;
$font-size: 1em;
$width: 1200px;
$border-radius: 0;
$link-color: $red;
$title-font-family: Oswald, sans-serif;
$title-font-size: 110%;
$title-background: #4b4b4b;
$title-color: white;
$title-transform: uppercase;
$title-padding: 1rem;
$nav-item-selected-mode: bottom-border;
$nav-item-selected-border: 14px solid $red;
$nav-text-transform: uppercase;
$nav-after-image: false;
$footer-background: black;
$footer-color: white;
$button-background: black;
$button-hover-background: $red;
$widget-background: #fafafa;
$widget-border: 2px solid #e4e4e4;
$widget-focus-background: white;
$widget-focus-border: 2px solid #4b4b4b;
$widget-unique-checkbox-position: left;
$button-focus-outline: 2px solid $red;
$button-focus-outline-offset: 1px;
$mobile-navigation-height: 64px;
$cell-entry-hover-color: white;
$cell-entry-hover-background: $red;
$tile-picture-width: 150px;
$tile-producer-circle-radius: 40px;
$carrousel-height: 400px;
$wcs-steps-background: #fff;
$form-sidebar-position: top;
$wcs-step-color: #333;
$wcs-step-current-color: #333;
$wcs-step-border-bottom: none;
$wcs-step-marker-type: disc tied;
$wcs-step-marker-tie-color: $red;
$wcs-step-marker-tie-width: 2px;
$wcs-step-marker-background: #fff;
$wcs-step-marker-color: #fff;
$wcs-step-current-marker-color: #fff;
$wcs-step-current-marker-background: $red;
$wcs-step-marker-size: 1.5em;
$wcs-steps-small-layout-limit: 0px;