Add green color for save buttons.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
bd83459322
commit
9ed562131d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ a.button, button, input[type="submit"], input[type="reset"]
|
|||
}
|
||||
}
|
||||
|
||||
&.green, &.validation, &.ok, &.positive, &.good, &.success
|
||||
&.green, &.validation, &.ok, &.save, &.positive, &.good, &.success
|
||||
{
|
||||
border-color: var(--green-darker);
|
||||
background: var(--green);
|
||||
|
|
Loading…
Reference in a new issue