Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@twnd/ux / input / _index.scss
Size: Mime:
.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;
}