refine action buttons style
This commit is contained in:
parent
bb6664a9a8
commit
9b9e6fceda
1 changed files with 5 additions and 0 deletions
|
@ -106,6 +106,11 @@ a.button-action {
|
||||||
background-color: #03B381;
|
background-color: #03B381;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
color: white;
|
color: white;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-action.primary:disabled {
|
||||||
|
color: #fffa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-action.primary.destructive {
|
.button-action.primary.destructive {
|
||||||
|
|
Reference in a new issue