publik-base-theme/static/clermont-ici/_vars.scss

95 lines
2.2 KiB
SCSS

// colors
$orange: #FF8001;
$orange-light: #f6ad65;
$red: #EA0142;
$beige: #FFF7EF;
$gray-dark: #555;
$gray-light: #E9E9E9;
$gray: #D2D6DE;
$green-light: #BFE4C4;
@function gradient-ro($angle) {
@return linear-gradient($angle, $orange, $red);
}
// Typo
$fz-h1: 2.5em;
$fz-h2: 1.55em;
$fz-h3: 1.25em;
$fz-small: 0.875em;
$fz-xsmall: 0.75em;
// logos démarche
$logos-demarche: (
"ville": "clermont-ferrand",
"metro": "clermont-auvergne-metropole"
);
// Core vars
$primary-color: $orange;
$border-radius: 20px;
$font-color: black;
$link-color: $red;
$font-family: montserrat, sans-serif;
$width: 95rem;
$mobile-limit: 1024px;
$sidebar-width: 25%;
$sidebar-min-width: 18rem;
$sidebar-columns-gutter: 40px;
$nav-border-radius: 0;
$nav-background: transparent;
$nav-color: $font-color;
$nav-menu-color: $nav-color;
$nav-active-color: $nav-color;
$nav-item-selected-background: $orange;
$nav-mobile-mode: custom;
$nav-after-image: false;
$title-font-size: $fz-h3;
$title-transform: uppercase;
$title-weight: 700;
$title-background: $beige;
$title-padding: 1.25em 1rem !default;
$title-border-bottom: 1px solid $font-color;
$carrousel-height: 32rem;
$carrousel-text-position: middle left;
$carrousel-navigation-bullet-color: white;
$cell-border: 1px solid $font-color;
$cell-title-cover-border: false;
$cell-entry-color: $font-color;
$cell-entry-border-color: $gray-dark;
$cell-entry-hover-background: $beige;
$button-background: $orange;
$button-color: $font-color;
$button-border-radius: $border-radius / 2;
$widget-unique-checkbox-position: left;
$widget-border: 1px solid $gray-dark;
$widget-border-radius: 5px;
$wcs-steps-small-layout-limit: $mobile-limit;
$wcs-steps-spacing: .33rem;
$wcs-step-color: $gray-dark;
$wcs-step-current-color: $font-color;
$wcs-step-border-bottom: none;
$wcs-step-marker-background: $orange-light;
$wcs-step-current-marker-background: gradient-ro(-45deg);
$wcs-step-marker-type: disc tied;
$wcs-step-marker-tie-width: 2px;
$wcs-step-marker-tie-color: $font-color;
$form-sidebar-position: top;
$buttons-order: previous, submit, cancel;
$footer-background: $beige;
$footer-color: $font-color;
$back-top-display: mobile-only;
$nav-mobile-bottom-bar-background: gradient-ro(-45deg);