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