lille-metropole: update steps (#36765)
gitea-wip/publik-base-theme/pipeline/head There was a failure building this commit Details

This commit is contained in:
Thomas Jund 2019-11-27 11:15:19 +01:00
parent 13c7c4dc86
commit 580b9db318
2 changed files with 12 additions and 0 deletions

View File

@ -169,3 +169,11 @@ footer {
color: $font-color;
}
}
// Steps
.wcs-steps {
font-size: 1.2em;
@include desktop-vertical-steps() {
font-size: 1.4em;
}
}

View File

@ -29,3 +29,7 @@ $button-background: $primary-color;
$form-style: light;
$notification-style: border-icon;
$wcs-steps-spacing: 0.5em;
$wcs-steps-background: white;
$wcs-step-current-border-bottom: 5px solid $primary-color;