@kelvininc/ui-components
Version:
Kelvin UI Components
21 lines • 348 B
CSS
/** HEADINGS **/
/** LABELS **/
/** SPANS **/
/** PARAGRAPHS **/
/** CODE/CONSOLE **/
@property --rotation {
syntax: "<angle>";
initial-value: 0deg;
inherits: false;
}
@keyframes rotate-border {
to {
--rotation: 360deg;
}
}
.dropdown-container {
user-select: none;
}
.dropdown-container kv-text-field {
--action-icon-size: 20px;
}