publik-base-theme/static/amiens-metropole/_vars.scss

58 lines
1.5 KiB
SCSS

$primary-color: #077ACA;
$content-background-color: #EEE;
$width: 1900px;
$column-width: 1250px;
$top-logo-width: 200px;
$top-banner-height: 400px;
$font-color: #666;
$font-family: 'Open Sans', Arial, Helvetica, sans-serif;
$font-size: 15px;
$nav-background: white;
$nav-submenu-background: #EEE;
$nav-submenu-color: #333;
$nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$nav-after-image: false;
$button-background: darken($primary-color, 10%);
$title-font-family: 'Abril Fatface', Arial, Helvetica, sans-serif;
$title-background: $primary-color;
$title-weight: regular;
$title-color: #CF0D8A;
$footer-background: #077ACA;
$footer-color: white;
$border-radius: 0;
$header-height: 90px;
$a-la-une-text-margin: 1em 0.5em;
$content-cell-margin: 0;
$arrow-down-icon: '\f107';
$arrow-up-icon: '\f106';
$arrow-right-icon: '\f105';
$input-border-radius: 50px;
// WCS Form pages style
$input-form-margin: 0.5em 0;
$form-margin: 3em;
// Steps
$wcs-steps-background: #fff;
$wcs-steps-spacing: 1.4rem;
$wcs-step_color: grey;
$wcs-step-current-color: #CF0D8A;
$wcs-step-border-bottom: none;
$wcs-step-marker-type: disc tied;
$wcs-step-marker-size: 2.2em !default;
$wcs-step-marker-background: white;
$wcs-step-current-marker-background: #CF0D8A;
$wcs-step-current-marker-color: #fff;
$wcs-step-marker-tie-width: 1px;
// Generic title style
%title-style {
color: $title-color;
font-family: $title-font-family;
font-weight: $title-weight;
background-color: transparent;
text-transform: uppercase;
text-align: center;
}