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

52 lines
1.3 KiB
SCSS

@import '../includes/font-lato';
$border-radius: 3px;
$primary-color: #e1001a;
$font-color: #1a1a1a;
$font-size: 20px;
$font-family: Lato, sans-serif;
$link-color: $primary-color;
$body-background: #e5e5e5;
$width: 1200px;
$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-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: 10px;
$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;
$steps-background: $primary-color;
$user-info-color: $primary-color;