publik-base-theme/static/clermont-metropole/_vars.scss

55 lines
1.3 KiB
SCSS

@import '../includes/font-cabin';
$border-radius: 3px;
$body-background: transparent;
$font-family: Cabin, sans-serif;
$font-size: 16px;
$primary-color: #333333;
$width: 1240px;
$mobile-limit: 1024px;
$very-small-limit: 600px;
$title-font-size: 1.5em;
$title-weight: bold;
$title-color: #ffffff;
$title-background: $primary-color;
$sidebar-width: 410px;
$sidebar-position: right;
$nav-after-image: false;
$nav-background: transparent;
$nav-active-color: $primary-color;
$nav-item-hover-background: #ffffff;
$nav-item-hover-color: $primary-color;
$nav-color: #ffffff;
$nav-mobile-menu-background: $primary-color;
$nav-mobile-menu-item-color: #ffffff;
$nav-mobile-bottom-bar-background: #2a2421;
$nav-mobile-bottom-bar-height: 53px;
$nav-mobile-bottom-bar-color: #dddddd;
$nav-mobile-bottom-bar-item-hover-color: #ffffff;
$nav-mobile-bottom-bar-item-hover-background: transparent;
$link-color: darken(#a30101, 10);
$cell-border: none;
$cell-title-cover-border: false;
$footer-background: #2a2421;
$footer-color: #ffffff;
$carrousel-height: 600px;
$button-background: $link-color;
$widget-background: transparent;
$widget-border: 1px solid #2a2421;
$widget-border-radius: 3px;
$widget-focus-color: #2a2421;
$widget-focus-border: 1px solid #e44b00;
$carrousel-height: 420px;
$carrousel-text-position: bottom-left;