publik-base-theme/static/entrouvert/_vars.scss

33 lines
870 B
SCSS

$primary-color: #37a7da;
$secondary-color: #e0007a;
$width: 1160px;
$very-small-limit: 1060px;
$mobile-header-height: 40px;
$font-color: #555;
$font-size: 1em;
$font-family: Lato, sans-serif;
$link-color: #0a71a1;
$nav-background: white;
$nav-submenu-background: #eee;
$nav-submenu-color: #333;
$nav-color: #0a71a1;
$nav-active-color: white;
$nav-item-selected-color: $secondary-color;
$nav-item-selected-background: white;
$nav-item-hover-color: $secondary-color;
$nav-item-hover-background: white;
$border-radius: 4px;
$button-color: white;
$button-background: $primary-color;
$title-font-size: 1.375rem;
$title-background: white;
$title-font-family: Lato, sans-serif;
$footer-background: #919396;
$footer-colot: white;
$cell-border: 0;
$nav-menu-color: #aaa;
$carrousel-height: 220px;
$carrousel-text-position: bottom left;
$carrousel-navigation-bullet-color: #fff;