armentieres: set current step border to 1px (#77625)

This commit is contained in:
Corentin Sechet 2023-05-16 15:56:25 +02:00
parent 3d83c72d62
commit a64eb04581
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ $footer-background: $gray-dark;
$wcs-step-current-label-color: black;
$wcs-step-color: $gray;
$wcs-step-border-bottom: 1px solid $gray-light;
$wcs-step-current-border-bottom: 2px solid $gray-light;
$wcs-step-current-border-bottom: 1px solid $gray-light;
$form-sidebar-width: 25%;
$form-sidebar-gutter: 3rem;