meuse: modify form buttons order (#38860)

This commit is contained in:
Thomas Jund 2020-01-15 14:20:35 +01:00
parent 3f12c65efc
commit fb5dbdff0a
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ $button-hover-color: $black-blue;
$button-border: 1px solid darken($light-red, 20%);
$button-border-radius: 5px;
$buttons-order: previous, cancel (grow), submit;
$buttons-alignment: flex-end;
$widget-focus-color: $black-blue;
$widget-background: hsla(0,0%,100%,0.3);
$widget-focus-background: white;