cnil: adjust text/colours of steps (#38342)

This commit is contained in:
Frédéric Péters 2019-12-10 15:49:04 +01:00
parent e14a2c4332
commit b1ed6d24d1
2 changed files with 7 additions and 2 deletions

View File

@ -134,6 +134,10 @@ div#title-section {
// STEPS
.wcs-steps {
font-family: $title-font-family;
}
.wcs-step--label {
text-transform: uppercase;
}
@ -204,7 +208,7 @@ form.quixote {
}
.wcs-step--label {
font-weight: 300;
font-weight: 500;
}
div.errornotice {

View File

@ -50,11 +50,12 @@ $wcs-steps-spacing: .7rem;
$wcs-step-border-bottom: none;
$wcs-step-marker-type: disc tied;
$wcs-step-current-color: #333;
$wcs-step-marker-color: white;
$wcs-step-marker-color: #626262;
$wcs-step-current-marker-color: white;
$wcs-step-current-marker-background: $lightblue;
$wcs-step-marker-background: $gray;
$wcs-step-marker-tie-color: $gray;
$wcs-step-marker-tie-width: 3px;
$wcs-step-color: #626262;
$notification_error_color: #fcefef;