publik-base-theme/static/thonon-agglomeration/_vars.scss

53 lines
1.4 KiB
SCSS

$font-color: #222;
$link-color: #253a8e;
$font-family: "Roboto", sans-serif; // "Roboto", Gill Sans, sans-serif;
$footer-background: #1c1b19;
$border-radius: 3px;
$title-background: #fec307;
$title-color: #222;
$title-transform: uppercase;
$title-font-family: "Raleway", sans-serif; // "Raleway", Impact, fantasy;
$title-font-size: 1.0rem; // 1.4rem;
$title-padding: 8px 20px;
$title-weight: 900;
$title-border-radius: 25px;
$nav-button-color: white;
$nav-button-background: #fec307;
$nav-background: #D4CAC8;
$nav-full-width-background: true;
$nav-color: #222;
$nav-active-color: #fec307;
// $nav-height: 3em;
$nav-item-spacing: 2px;
$nav-mobile-menu-background: #fec307;
$nav-item-selected-color: black;
$nav-submenu-color: black;
$form-sidebar-position: top;
$button-background: #fec307;
$button-color: black; // ou white, selon $button-background;
$widget-border: 1px solid #cecac4;
$widget-focus-background: #fec307;
$widget-focus-border: 1px solid #fec307;
$widget-border-radius: 8px;
$widget-custom-radio-checkbox: true;
$widget-unique-checkbox-position: left;
$cell-border: none; // 1px solid #cecac4;
$cell-entry-border-color: #cecac4;
$cell-entry-hover-background: inherit;
$notification_info_color: #79adc2;
$notification_success_color: #cfcd00;
$notification_warning_color: #f6a106;
$notification_error_color: #db635c;
$wcs-step-border-bottom: none;
$wcs-step-current-color: black;
$wcs-step-current-marker-background: #fec307;