publik-base-theme/static/la-hague/_vars.scss

21 lines
534 B
SCSS

$primary-color: #5ABEB9;
$width: 1200px;
$mobile-width: none;
$font-color: #515151;
$font-size: 0.812em;
$font-family: Verdana, Arial, sans-serif;
$nav-background: $primary-color;
$nav-active-color: darken($nav-background, 10%);
$border-radius: 0px;
$button-background: $primary-color;
$button-color: white;
$title-background: $primary-color;
$title-weight: bold;
$title-color: white;
$footer-background: transparent;
$link-color: #BE0027;
$cell-border: none;
$cell-title-cover-border: false;
$widget-unique-checkbox-position: left;