publik-base-theme/static/saone-et-loire-cd71-2019/_vars.scss

49 lines
1.2 KiB
SCSS

@import '../includes/font-roboto';
$darkblue: #053855;
$blue: #179ad6;
$green: #90c641;
$primary-color: #179ad6;
$border-radius: 3px;
$font-size: 20px;
$font-family: "Roboto", sans-serif;
$link-color: $primary-color;
$width: 1200px;
$nav-mobile-limit: 50000px;
$nav-button-background: transparent;
$nav-button-color: $green;
$nav-mobile-menu-background: $darkblue;
$nav-item-hover-background: $primary-color;
$nav-border-color: transparent;
$cell-border: none;
$cell-entry-border-color: transparent;
$cell-entry-hover-background: #eef;
$cell-entry-hover-effect: left-to-right;
$cell-title-cover-border: false;
$title-background: transparent;
$title-font-size: 28px;
$title-color: $darkblue;
$title-weight: bold;
$title-padding: 0.7rem 0rem;
$widget-background: #e6edef;
$widget-border: 1px solid transparent;
$widget-focus-border: 1px dashed $blue;
$widget-focus-background: $widget-background;
$button-background: white;
$button-color: $darkblue;
$button-border: 1px solid $darkblue;
$button-hover-background: $darkblue;
$button-hover-color: white;
$button-border-radius: 0;
$footer-background: $primary-color;
$widget-unique-checkbox-position: left;
$widget-custom-radio-checkbox: true;
$widget-custom-radio-checkbox-color: $darkblue;