[MTELECGIA-16] update steps colors

This commit is contained in:
Daniel Muyshond 2021-03-16 11:59:19 +01:00
parent fa7a1ca549
commit 70cf8c7819
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) {