publik-base-theme/static/vandoeuvre-les-nancy-2021/_vars.scss

48 lines
1.3 KiB
SCSS

$primary-color: #26D07C;
$font-color: #202020;
$link-color: #1F69FF;
$font-family: 'Noto Sans';
$title-color: #202020;
$title-weight: bold;
$title-border-bottom: 1px solid #CFCFCF;
$title-background: #F3F3F3;
$footer-background: $title-background;
$footer-color: $font-color;
$footer-link-color: $font-color;
$nav-background: #323232;
$nav-full-width-background: true;
$nav-color: #FFF;
$nav-active-color: #000;
$notification_error_color: #FF6166;
$notification_warning_color: #FFD100;
$notification_success_color: #26D07C;
$notification_info_color: #1F69FF;
$button-background: #FFF;
$button-border: 1px solid currentColor;
$button-hover-background: #1F69FF;
$button-hover-color: #FFF;
$button-border-radius: 20px;
$timetable-cell-hover-background: #1F69FF;
$timetable-cell-hover-color: #FFF;
$timetable-cell-background: transparentize($timetable-cell-hover-background, 0.8);
$wcs-step-color: #545454;
$wcs-step-current-color: $font-color;
$wcs-step-current-background: $primary-color;
$wcs-step-border-bottom: $title-border-bottom;
$wcs-step-current-border-bottom: 1px solid $wcs-step-current-background;
$cell-title-cover-border: false;
$cell-entry-hover-background: none;
$cell-entry-color: $font-color;
$cell-entry-hover-color: $link-color;
$back-top-icon-size: 2em;
$back-top-display: block;
$back-top-icon-character: "\f0aa";