[MTELEEGHA-8] update colors

This commit is contained in:
Daniel Muyshond 2021-03-05 11:20:59 +01:00
parent 47aba3526f
commit 7e27ba9a7a
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ $steps-background: transparent;
$wcs-steps-spacing: 0.30rem !default; // half of default 0.7rem used in publik
$wcs-step-color: white !default; // color for default marker & label
$wcs-step-current-color: white !default;
$wcs-step-background: darken($secondary-color, 12%) !default;
$wcs-step-current-background: $secondary-color !default;
$wcs-step-background: darken($primary-color, 12%) !default;
$wcs-step-current-background: $primary-color !default;
$wcs-step-border-bottom: 1px solid $wcs-step-color !default;
$wcs-step-current-border-bottom: none;
@if ($wcs-step-border-bottom == none) {