malakoff: update steps (#36765)

This commit is contained in:
Thomas JUND 2019-11-21 15:29:37 +01:00
parent 8c3e3bd67f
commit 1a5ed6a571
2 changed files with 26 additions and 0 deletions

View File

@ -475,3 +475,23 @@ div#services > ul > li > strong > a,
}
/* fin ajustement petits écrans */
//steps
.wcs-step--marker {
font-size: 1.2em;
}
@include desktop-vertical-steps() {
.wcs-step {
padding-left: 0;
&--label {
margin-left: 0;
}
&.current {
background-color: $primary-color;
}
&.current & {
&--label {
color: #fff;
}
}
}
}

View File

@ -36,3 +36,9 @@ $button-background: $link-color;
$button-hover-background: white;
$button-hover-color: $link-color;
$wcs-steps-spacing: 0.7rem;
$wcs-step-background: #fff;
$wcs-step-current-border-bottom: none;
$wcs-step-current-marker-color: #fff;
$wcs-step-current-marker-background: $primary-color;
$wcs-step-marker-size: 1.8em;