minsant: reorder buttons and set peru color on submit (#51864)

This commit is contained in:
Nicolas Roche 2021-03-10 14:28:55 +01:00
parent f697a75f7e
commit 395c3bab44
2 changed files with 8 additions and 0 deletions

View File

@ -75,3 +75,9 @@ body.has-picture .site-nav::after {
border-left: 1px;
border-left-style: solid;
}
div.submit-button {
button {
background: $tertiary-color;
}
}

View File

@ -30,3 +30,5 @@ $title-font-family: Titillium;
$title-background: $secondary-color;
$footer-background: $primary-color;
$footer-color: $secondary-color;
$buttons-order: previous, cancel (grow), submit;