mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 14:25:47 +00:00
chore(FE-91): create daisyui.css file for extending daisyUI style
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@layer utilities {
|
||||
.step.step-success::before {
|
||||
--step-bg: var(--color-success);
|
||||
--step-fg: var(--color-success-content);
|
||||
}
|
||||
|
||||
.step.step-error::before {
|
||||
--step-bg: var(--color-error);
|
||||
--step-fg: var(--color-error-content);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user