malakoff: maintain correct buttons alignment (#56529)

when previous button is missing
This commit is contained in:
Thomas Jund 2021-09-13 14:41:55 +02:00
parent bf17c2bee2
commit e6695d422f
2 changed files with 2 additions and 3 deletions

View File

@ -297,6 +297,7 @@ div#services > ul > li > strong > a,
}
div.buttons {
text-align: right;
.previous-button button {
@extend %cancel-button;
&:before {
@ -315,7 +316,6 @@ div.buttons {
}
}
}

View File

@ -35,8 +35,7 @@ $button-border: 2px solid $link-color;
$button-background: $link-color;
$button-hover-background: white;
$button-hover-color: $link-color;
$buttons-order: previous (grow), cancel, submit;
$buttons-order: previous, cancel (grow), submit;
$wcs-steps-spacing: 0.7rem;
$wcs-step-background: #fff;
$wcs-step-current-border-bottom: none;