publik-base-theme/static/toulouse-metropole/_vars.scss

40 lines
949 B
SCSS

$orange: #ff6900;
$violet: #da0068;
$primary-color: $orange;
$border-radius: 3px;
$font-family: AauxPro, Arial, Helvetica, sans-serif;
$width: auto;
$font-color: #666;
$font-size: 13px;
$nav-background: transparent;
$nav-color: white;
$font-color: #313435;
$link-color: $primary-color;
$dark-link-color: #2e2d35;
$footer-background: white;
$footer-color: #333;
$cell-border: 0;
$cell-title-cover-border: false;
$form-sidebar-position: top;
$form-style: light;
$widget-background: #f5f5f5;
$widget-custom-radio-checkbox: true;
$widget-custom-radio-checkbox-color: $primary-color;
$widget-unique-checkbox-position: left;
$button-border-radius: 50px;
$button-border: 2px solid $orange;
$button-background: $orange;
$button-color: white;
$nav-after-image: false;
$nav-mobile-mode: hidden;
$nav-mobile-bottom-bar-background: #6a5f5b;
$nav-mobile-bottom-bar-item-hover-background: $violet;
$nav-mobile-bottom-bar-item-selected-background: $violet;