publik-base-theme/static/montlouis-sur-loire/_vars.scss

50 lines
1.4 KiB
SCSS

$primary-color: #08b89d;
$width: 1140px;
$mobile-limit: 800px;
$font-size: 1em;
$font-family: "Archivo Narrow", sans-serif;
$link-color: $primary-color;
$nav-full-width-background: true;
$nav-background: white;
$nav-color: #231f20;
$nav-active-color: white;
$nav-item-selected-color: #e44b14;
$nav-item-hover-color: #e44b14;
$nav-item-hover-background: white;
$nav-button-background: white;
$nav-menu-color: #fff;
$border-radius: 0;
$button-border: 2px solid $primary-color;
$button-background: white;
$button-color: $primary-color;
$button-hover-background: $primary-color;
$button-hover-color: white;
$title-background: transparent;
$title-font-size: 0.938rem;
$title-family: "Khand", sans-serif;
$title-transform: uppercase;
$title-color: #333;
$footer-background: white;
$footer-color: #646464;
$category-toggled-background: $primary-color;
$cell-border: none;
$sidebar-width: 240px;
$sidebar-columns-gutter: 30px;
$grid-gutter: 0px;
$widget-border: 2px solid #b4b4b4;
$widget-focus-border: 2px solid $primary-color;
$widget-focus-outline: none;
$wcs-steps-spacing: 0.5rem;
$wcs-step-border-bottom: none;
$wcs-step-background: white;
$wcs-step-marker-type: disc;
$wcs-step-marker-size: 1.8em;
$wcs-step-current-marker-color: #fff;
$wcs-step-current-marker-background: $primary-color;
// custom vars
$custom-categorycell-border: 2px solid $primary-color;
@import '../includes/fonts/khand';
@import '../includes/fonts/archivo-narrow';