refine action buttons style

This commit is contained in:
Bruno Windels 2021-04-27 10:32:06 +02:00
parent bb6664a9a8
commit 9b9e6fceda

View file

@ -106,6 +106,11 @@ a.button-action {
background-color: #03B381;
border-radius: 8px;
color: white;
font-weight: bold;
}
.button-action.primary:disabled {
color: #fffa;
}
.button-action.primary.destructive {