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

37 lines
1.1 KiB
SCSS

$primary-color: #37a7da;
$secondary-color: #e0007a;
$width: 1160px;
$very-small-limit: 1060px;
$mobile-header-height: 40px;
$font-color: #555;
$font-size: 16px;
$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: 22px;
$title-background: white;
$title-font-family: Lato, sans-serif;
$nav-mobile-mode: bottom-bar;
$footer-background: #919396;
$footer-colot: white;
$cell-border: 0;
$nav-mobile-bottom-bar-item-hover-color: white;
$nav-mobile-bottom-bar-item-hover-background: $primary-color;
$nav-mobile-bottom-bar-item-selected-color: white;
$nav-mobile-bottom-bar-item-selected-background: $primary-color;
$carrousel-height: 220px;
$carrousel-text-position: bottom-left;
$carrousel-navigation-bullet-color: #ccc;