diff --git a/wwwroot/css/input.css b/wwwroot/css/input.css index aa1516f..1f174c9 100644 --- a/wwwroot/css/input.css +++ b/wwwroot/css/input.css @@ -149,4 +149,11 @@ .badge { @apply text-nowrap; +} + +:root { + --color-success: #12B76A; + --color-warning: #F79009; + --color-error: #F04438; + --color-secondary: #F15A25; } \ No newline at end of file