izi-ici: update buttons styles (#70558)

This commit is contained in:
Serghei Mihai 2022-10-21 14:04:53 +02:00
parent 57e678818e
commit 44b50158d9
2 changed files with 7 additions and 2 deletions

View File

@ -463,6 +463,10 @@ div.lien-signalement div.links-list {
}
}
div.previous-button button {
@extend %cancel-button;
}
button.form-discard-draft {
margin: 0.5rem;
}

View File

@ -36,8 +36,9 @@ $link-color: $gray-1;
$header-logo-size: 184px 50px;
$button-background: $red;
$button-color: #fff;
$button-background: white !default;
$button-color: $gray-1 !default;
$cancel-button-style: "%inverted-button" !default;
$title-color: #fff !default;
$title-background: $primary-color;