cinor: change wcs form buttons order (#47904)

This commit is contained in:
Thomas Jund 2020-10-23 15:26:02 +02:00
parent 64bd591521
commit d4dd516e68
2 changed files with 16 additions and 0 deletions

View File

@ -246,6 +246,20 @@ div#rub_service h2 {
font-size: 1.5em;
}
}
// wcs buttons
div#rub_service .buttons {
.submit-button button::after {
content: ">";
content: ">" / "";
margin-left: .66em;
}
.previous-button button::before {
content: "<";
content: "<" / "";
margin-right: .66em;
}
}
// Authentic
#registration-blocks > .a2-block,

View File

@ -60,5 +60,7 @@ $wcs-step-current-marker-background: $primary-color;
$wcs-steps-spacing: 0.7rem;
$wcs-step-marker-type: disc;
$buttons-order: previous, cancel, submit;
$footer-background: $xdark-blue;