Repository URL to install this package:
|
Version:
1.0.0-next.10 ▾
|
.twnd-form-field-type-twnd-native-select .twnd-form-field-infix::after {
@apply text-gray-900 dark:text-gray-50;
}
.twnd-input-element:disabled,
.twnd-form-field-type-twnd-native-select.twnd-form-field-disabled .twnd-form-field-infix::after {
@apply text-gray-900 dark:text-gray-50 opacity-50;
}
.twnd-input-element {
@apply caret-gray-900 dark:caret-gray-50 text-gray-900 dark:text-gray-50;
}
.twnd-form-field.twnd-accent .twnd-input-element {
@apply caret-purple-500;
}
.twnd-form-field.twnd-warn .twnd-input-element,
.twnd-form-field-invalid .twnd-input-element {
@apply caret-amber-500;
}
.twnd-form-field-type-twnd-native-select.twnd-form-field-invalid .twnd-form-field-infix::after {
@apply text-amber-500;
}