publik-base-theme/static/haute-garonne-cd31/_vars.scss

54 lines
1.1 KiB
SCSS

@import '../includes/font-poppins';
$bleu: #00789b;
$violet: #732378;
$bleufonce: #323282;
$bleuclair: #00A0E1;
$jaune: #FFD700;
$orange: #E67300;
$font-color: black;
$font-family: Poppins, sans-seri;
$font-size: 14px;
$link-color: inherit;
$primary-color: $bleu;
$border-radius: 0px;
$width: 1135px;
$sidebar-position: right;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: $primary-color;
$nav-after-image-height: 280px;
$nav-mobile-bottom-bar-background: $primary-color;
$nav-mobile-bottom-bar-item-hover-background: $bleufonce;
$title-background: transparent;
$title-color: $primary-color;
$title-font-size: 27px;
$title-weight: 600;
$title-border-bottom: 2px solid $primary-color;
$widget-focus-background: white;
$button-background: $primary-color;
$button-color: white;
$button-hover-background: black;
$cell-border: none;
$footer-background: $primary-color;
$footer-color: white;
$carrousel-height: 400px;
$carrousel-text-position: bottom-left;
$carrousel-navigation: none;
$cell-entry-hover-background: white;
$cell-entry-border-color: transparent;
$cell-image-position: top;
$cell-image-padding: 0;
$form-sidebar-position: right;