Files
feishin/src/shared/components/date-time-picker/date-time-picker.module.css
T
2026-07-23 19:57:06 -07:00

30 lines
543 B
CSS

.root {
& [data-disabled='true'] {
opacity: 0.6;
}
}
.input {
color: var(--theme-colors-surface-foreground);
background: var(--theme-colors-surface);
border: 1px solid transparent;
}
.section {
color: var(--theme-colors-foreground-muted);
}
.required {
color: var(--theme-colors-state-error);
}
.label {
margin-bottom: var(--theme-spacing-xs);
}
.description {
margin-bottom: var(--theme-spacing-xs);
font-size: var(--theme-font-size-xs);
color: var(--theme-colors-foreground-muted);
}