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

56 lines
1.4 KiB
SCSS

@import '../includes/fonts/lato';
$border-radius: 3px;
$primary-color: #e1001a;
$font-color: #1a1a1a;
$font-size: 1.25em;
$font-family: Lato, sans-serif;
$link-color: $primary-color;
$body-background: #e5e5e5;
$width: 1200px;
$mobile-width: none;
$footer-background: white;
$footer-color: black;
$nav-mobile-limit: 50000px;
$nav-border-color: white;
$nav-after-image: false;
$nav-button-background: white;
$nav-button-color: #464646;
$nav-button-bar-height: 6px;
$nav-active-color: $primary-color;
$nav-mobile-bottom-bar-background: #464646;
$nav-mobile-bottom-bar-color: #eaeaea;
$nav-mobile-bottom-bar-height: 60px;
$title-background: transparent;
$cell-title-cover-border: false;
$carrousel-height: 440px;
$carrousel-text-position: bottom left;
$carrousel-arrows: none;
$carrousel-navigation-bullet-color: $primary-color;
$carrousel-navigation-bullet-size: 14px;
$carrousel-navigation-bullet-border: 4px solid white;
$button-border: 2px solid $primary-color;
$button-background: $primary-color;
$button-border-radius: 5px;
$widget-border: 1px solid #464646;
$widget-border-radius: 5px;
$widget-background: $body-background;
$widget-focus-background: white;
$notification_error_color: #d0d0d0;
$notification_warning_color: #d0d0d0;
$notification_success_color: #ffffff;
$notification_info_color: #ffffff;
$form-sidebar-position: top;
$wcs-steps-spacing: 0;
$steps-background: $primary-color;
$user-info-color: $primary-color;