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

91 lines
2.2 KiB
SCSS

$red: #c51012;
$blue: #3584e4;
$red-dark: #890b0c;
$gray-1: #eeeeee;
$gray-2: #e7e7e7;
$gray-3: #dddddd;
$gray-4: #bfc0c3;
$gray-5: #656565;
$gray-6: #323232;
$primary-color: $red;
$box-shadow: 3px 3px 6px 0px $gray-3;
// typo
$base-font: 16;
$font-color: #333;
$fz-1: 30em / $base-font;
$fz-2: 24em / $base-font;
$fz-3: 21em / $base-font;
$fz-4: 18em / $base-font;
$fz-small: 14em / $base-font;
$fz-xsmall: 11em / $base-font;
$link-color: $primary-color;
$link-decoration: underline;
$font-family: Arial, Helvetica, sans-serif;
$header-background-color: $primary-color;
$header-logo-size: 260px 73px;
$toplinks-background: $primary-color;
$toplinks-box-shadow: none;
$toplinks-padding: 20px 0 0 0;
$toplinks-border: none;
$nav-active-background: $gray-2;
$nav-border-radius: 0;
$nav-color: $font-color;
$nav-item-hover-background: $gray-2;
$nav-item-hover-color: $font-color;
$nav-item-selected-background: $gray-2;
$nav-item-selected-color: $font-color;
$nav-submenu-background: $gray-3;
$nav-submenu-color: $font-color;
$nav-button-background: $red;
$nav-border-color: transparent;
$nav-after-image-height: 90px;
$cell-entry-color: black;
$cell-border: none;
$cell-border-radius: 0;
$cell-entry-border: 1px solid $gray-3;
$cell-entry-hover-background: $gray-3;
$cell-entry-hover-color: black;
$cell-open-foldable-icon: "\f13A";
$cell-close-foldable-icon: "\f139";
$cell-image-padding: 0rem;
$title-background: transparent;
$title-color: black;
$title-transform: uppercase;
$title-font-size: $fz-4;
$title-weight: 600;
$title-padding: .7rem 0.5rem .7rem 0.5rem;
$button-color: white;
$button-background: $red;
$button-hover-background: white;
$button-hover-color: $red;
$button-border: 1px solid $red !default;
$buttons-order: previous, cancel (grow), submit;
$cancel-button-style: "%inverted-button";
$widget-background: white;
$widget-border: 1px solid $gray-5;
$widget-focus-border: 1px solid $blue;
$widget-focus-outline: 2px solid $blue;
$widget-box-shadow: none;
$widget-focus-box-shadow: none;
$form-style: light;
$widget-unique-checkbox-position: left;
$wcs-step-color: $font-color;
$carrousel-item-mask-color: transparent;
$footer-background: white;
$footer-color: black;
$footer-link-color: black;
$footer-full-width-background: false;