style: add override variable color
parent
69d1593671
commit
20df44b726
|
|
@ -150,3 +150,10 @@
|
|||
.badge {
|
||||
@apply text-nowrap;
|
||||
}
|
||||
|
||||
:root {
|
||||
--color-success: #12B76A;
|
||||
--color-warning: #F79009;
|
||||
--color-error: #F04438;
|
||||
--color-secondary: #F15A25;
|
||||
}
|
||||
Loading…
Reference in New Issue