clermont-ici: customize buttons order on mobile (#72719) #92

Merged
tjund merged 1 commits from wip/72719-clermon-metro-buttons-order into main 2023-01-02 14:48:47 +01:00
1 changed files with 18 additions and 0 deletions

View File

@ -570,6 +570,24 @@ div.buttons .cancel-button button {
}
}
// buttons order on mobile
@if $buttons-order or $buttons-alignment {
.quixote:not(#wf-actions) div.buttons {
@media (max-width: $very-small-limit) {
.submit-button {
order: 1;
flex-basis: 100%;
}
.previous-button {
order: 2;
}
.cancel-button {
order: 3;
}
}
}
}
//
// AUTHENTIC
//