angouleme: change cancel-button background (#71790)

This commit is contained in:
Corentin Sechet 2022-11-28 16:51:28 +01:00
parent cf717125a7
commit 0d4cacd9d9
2 changed files with 2 additions and 1 deletions

View File

@ -174,7 +174,7 @@ div#footer{
}
%cancel-button {
background: $orange;
background: $gray-2;
}
%title {

View File

@ -2,6 +2,7 @@ $blue: #009CDC;
$dark-blue: #2382C1;
$light-gray: #F6F6F6;
$gray: #64777E;
$gray-2: #555454;
$orange: #E34107;
$header-height: 220px;