finistere: change buttons order(#75981)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Corentin Sechet 2023-04-03 16:53:27 +02:00 committed by Corentin Sechet
parent b8916a9eb4
commit c32774d314
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ $wcs-step-color: $blue-3;
$wcs-step-border-bottom: 1px solid $wcs-step-color;
$wcs-step-current-border-bottom: 1px solid $primary-color;
$wcs-step-marker-size: 1.8em;
$buttons-order: previous, cancel (grow), submit;
$buttons-order: previous, submit (grow), cancel;
$footer-background: $blue-3;
$footer-color: black;