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

84 lines
2.0 KiB
SCSS

$blue: #009CDC;
$dark-blue: #2382C1;
$dark-green: #074b5b;
$light-gray: #F6F6F6;
$gray: #64777E;
$gray-2: #555454;
$orange: #E34107;
$header-height: 220px;
$header-full-width-background: false;
$header-logo-size: 400px 120px;
$base-font: 16;
$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: 12em / $base-font;
$ss-serif: 'Muli', sans-serif;
$primary-color: $blue;
$width: 1250px;
$link-color: $primary-color;
$error-color: $orange;
$font-size: 100%;
$font-family: $ss-serif;
$toplinks-style: none;
$nav-after-image: false;
$nav-background: $gray;
$nav-color: white;
$nav-font-size: $fz-xsmall;
$nav-full-width-background: false;
$nav-height: 50px;
$nav-submenu-background: $blue;
$nav-item-hover-background: $dark-blue;
$nav-mobile-item-color: black;
$nav-mobile-item-hover-background: $dark-blue;
$nav-mobile-item-hover-color: white;
$nav-mobile-menu-background: white;
$nav-button-background: white;
$nav-button-color: $blue;
$nav-mobile-bottom-bar-color: $primary-color;
$responsive-menu: left-to-right;
$title-color: white;
$title-background: $primary-color;
$title-border-radius: 0;
$title-font-size: $fz-2;
$cell-border-radius: 0;
$cell-border: none;
$cell-background: transparent;
$cell-entry-border: 1px solid $primary-color;
$cell-entry-color: $dark-green;
$cell-entry-hover-color: $dark-green;
$cell-entry-hover-background: transparent;
$cell-open-foldable-icon: "\f0fe";
$cell-close-foldable-icon: "\f146";
$widget-border: 1px solid $gray;
$widget-background: none;
$widget-color: $gray;
$widget-focus-border: 1px solid $blue;
$widget-focus-outline: 1px solid $blue;
$button-background: $blue;
$button-border-radius: 10px;
$button-border: transparent;
$button-color: white;
$button-hover-background: $dark-blue;
$button-hover-color: white;
$buttons-order: previous, cancel (grow), submit;
$wcs-step-color: $gray;
$footer-background: $gray;
$footer-link-color: white;
$footer-full-width-background: false;