publik-base-theme/static/la-baule/_vars.scss

60 lines
1.2 KiB
SCSS

// Colors
$blue: #15357b;
$blue-bright: #00308c;
$blue-light: #00a3e0;
$orange: #cba052;
$orange-dark: #6a605e;
$gray: #e1e1e6;
// fonts size
$fz-h1: 50px;
$fz-h2: 30px;
$fz-h3: 20px;
$fz-h4: 1.15em;
$fz-small: 0.65em;
$header-width: 1680px;
// Core vars
$font-family: ubuntu, sans-serif;
$font-color: #222;
$primary-color: $blue;
$link-color: $orange;
$width: 1340px;
$mobile-limit: 1280px;
$very-small-limit: 560px;
$columns-gutter: 40px;
$nav-background: $blue !important;
$nav-mobile-menu-background: $blue;
$nav-full-width-background: true;
$nav-color: white;
$nav-mobile-menu-item-color: white;
$nav-active-color: $blue-light;
$nav-button-background: $blue;
$title-background: $blue;
$title-color: white;
$title-weight: bold;
$title-font-size: $fz-h4;
$cell-border: none;
$cell-title-cover-border: false;
$cell-entry-color: $font-color;
$cell-entry-hover-background: $orange;
$widget-background: $gray;
$widget-border: 1px solid transparent;
$button-background: $blue-light;
$button-color: white;
$buttons-order: cancel (grow), previous, submit;
$widget-unique-checkbox-position: left;
$footer-background: $blue-bright;
$footer-color: white;
$footer-link-color: white;