publik-base-theme/static/alpes-maritimes-2018/_vars.scss

35 lines
788 B
SCSS

$width: 1600px;
$font-family: Roboto, sans-serif;
$font-size: 16px;
$mobile-limit: 1100px;
$primary-color: #001c76;
$secondary-color: #e6007e;
$ternary-color: #2bacbe;
$widget-border: 1px solid $secondary-color;
$widget-border-radius: 1em;
$widget-custom-radio-checkbox: true;
$widget-custom-radio-checkbox-color: $ternary-color;
$widget-focus-background: #fff;
$title-font-size: 2em;
$title-background: $primary-color;
$title-color: #fff;
$title-transform: uppercase;
$title-padding: 0.25em 1em 0.25em 2.5em;
$title-weight: bold;
$nav-background: transparent;
$nav-submenu-background: $primary-color;
$nav-item-hover-background: $primary-color;
$button-color: #fff;
$button-background: $secondary-color;
$form-sidebar-position: top;
$cell-border: 0;
$footer-background: #3b3b3b;