Overwrite decline and accept buttons
This commit is contained in:
parent
d402bafd00
commit
f2345ef650
|
@ -49,9 +49,9 @@ button, input[type='submit'], input[type='button'], .button{
|
|||
/* Here we give the buttons a different background color */
|
||||
/* For example when you use it as a decline or accept button */
|
||||
.decline{
|
||||
background-color: var(--soft-red);
|
||||
background-color: var(--soft-red) !important;
|
||||
}
|
||||
|
||||
.accept{
|
||||
background-color: var(--soft-green);
|
||||
background-color: var(--soft-green) !important;
|
||||
}
|
Loading…
Reference in New Issue