publik-base-theme/static/haute-garonne-cd31/_vars.scss

72 lines
1.6 KiB
SCSS

@import '../includes/fonts/poppins';
$bleu: #00789b;
$violet: #732378;
$bleufonce: #323282;
$bleuclair: #00A0E1;
$jaune: #FFD700;
$orange: #E67300;
$font-color: black;
$font-family: Poppins, sans-serif;
$font-size: 0.875em;
$link-color: inherit;
$primary-color: $bleu;
$mobile-limit: 800px;
$border-radius: 0px;
$width: 1135px;
$sidebar-position: right;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: $primary-color;
$nav-after-image-height: 280px;
$nav-mobile-bottom-bar-background: $primary-color;
$nav-mobile-bottom-bar-item-hover-background: $bleufonce;
$nav-item-transform: uppercase;
$title-background: transparent;
$title-color: $primary-color;
$title-font-size: 1.429rem;
$title-weight: 600;
$title-border-bottom: 2px solid $primary-color;
$widget-focus-background: white;
$button-background: $primary-color;
$button-color: white;
$button-hover-background: black;
$cell-border: none;
$footer-background: $primary-color;
$footer-color: white;
$carrousel-height: 400px;
$carrousel-text-position: bottom left;
$carrousel-navigation: none;
$cell-entry-hover-background: white;
$cell-entry-border: 1px solid transparent;
$cell-image-position: top;
$cell-image-padding: 0;
$cell-title-cover-border: false;
$form-sidebar-position: right;
$wcs-steps-spacing: 1rem;
$wcs-step-border-bottom: none;
$wcs-step-color: #000;
$wcs-step-marker-type: disc tied;
$wcs-step-marker-tie-color: #b6b6b6;
$wcs-step-marker-tie-width: 1px;
$wcs-step-marker-color: #fff;
$wcs-step-marker-background: #b6b6b6;
$wcs-step-current-marker-color: #fff;
$wcs-step-current-marker-background: $bleu;