armentieres: fix buttons background & color (#77625)

This commit is contained in:
Corentin Sechet 2023-05-15 17:54:46 +02:00
parent fece29504c
commit 8ff5e90813
2 changed files with 3 additions and 3 deletions

View File

@ -429,7 +429,7 @@ div.wcscurrentformscell {
}
&--button {
@extend %inverted-button;
@extend %black-button;
margin: 0.5rem 0;

View File

@ -90,10 +90,10 @@ div#tracking-code {
%black-button {
@extend %button;
background: black;
background: $gray-dark;
color: white;
&:hover {
background: black;
background: $gray-dark;
color: white;
}
}