berreletang: misc button fixes (#65006)

This commit is contained in:
Paul Marillonnet 2022-05-09 15:33:04 +02:00
parent fb73a592d2
commit 291a36ce0e
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,11 @@
margin-bottom: 10px;
}
%cancel-button {
color: #000;
background: #ccc;
}
#nav-wrapper {
background: $nav-background;
border-top: 1px solid #EAEAEA;

View File

@ -21,6 +21,7 @@ $widget-focus-outline: 2px solid $primary-color;
$button-background: $primary-color;
$button-focus-outline-offset: 1px;
$buttons-order: cancel (grow), previous, submit;
$title-background: $primary-color;
$title-color: white;