add success color to check on badges
This commit is contained in:
parent
d493702a90
commit
b4d3973aa1
|
@ -234,7 +234,7 @@
|
|||
}
|
||||
|
||||
.check-display.status-checked {
|
||||
background-color: dark-light-diff($primary, $secondary, 40%, -60%);
|
||||
background-color: $success;
|
||||
}
|
||||
|
||||
.check-display.status-unchecked {
|
||||
|
|
Loading…
Reference in New Issue