publik-base-theme/static/hautes-pyrenees-cd65/_vars.scss

47 lines
1.2 KiB
SCSS

@import '../includes/fonts/montserrat';
$bleu: #00539f;
$gris: #f2f2f2;
$vert: #92C254;
$primary-color: $bleu;
$font-color: #212529;
$font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
$link-color: $bleu;
$header-background-color: $bleu;
$footer-background: $bleu;
$nav-background: $bleu;
$nav-color: white;
$nav-active-color: $vert;
$nav-full-width-background: true;
$nav-item-selected-background: white;
$nav-item-selected-border: 6px solid $nav-active-color;
$nav-item-selected-color: $vert;
$nav-item-selected-mode: bottom-border;
$title-background: transparent;
$nav-mobile-bottom-bar-background: $bleu;
$nav-mobile-bottom-bar-item-hover-background: $vert;
$nav-mobile-bottom-bar-item-selected-background: $vert;
$nav-mobile-bottom-bar-item-hover-color: #fff;
$nav-mobile-bottom-bar-item-selected-color: #fff;
$nav-mobile-bottom-bar-color: #fff;
$title-color: $vert;
$title-font-size: 1.25rem;
$title-weight: bold;
$cell-background: $gris;
$cell-title-cover-border: false;
$cell-entry-hover-background: $vert;
$cell-entry-hover-color: white;
$button-background: $bleu;
$footer-link-color: $vert;
$cell-image-position: top;
$or-separator: true;