la-baule: set buttons order (#66316)

And "revert" 549cc6d167 that target the wrong theme.
This commit is contained in:
Emmanuel Cazenave 2022-06-20 15:10:40 +02:00
parent c7ec2648cd
commit cddcad5d73
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,6 @@ $title-color: white;
$button-background: $blue;
$button-color: black;
$buttons-order: cancel (grow), previous, submit;
$widget-background: $gray-light;
$widget-border: 1px solid transparent;

View File

@ -50,6 +50,7 @@ $widget-border: 1px solid transparent;
$button-background: $blue-light;
$button-color: white;
$buttons-order: cancel (grow), previous, submit;
$widget-unique-checkbox-position: left;