Files
lti-web-client/src/styles/daisyui.css
T

16 lines
306 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);
}
.table :where(th, td) {
vertical-align: top;
}
}