mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
12 lines
250 B
CSS
12 lines
250 B
CSS
@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);
|
|
}
|
|
}
|