@kelvininc/ui-components
Version:
Kelvin UI Components
20 lines • 336 B
CSS
/** HEADINGS **/
/** LABELS **/
/** SPANS **/
/** PARAGRAPHS **/
/** CODE/CONSOLE **/
@property --rotation {
syntax: "<angle>";
initial-value: 0deg;
inherits: false;
}
@keyframes rotate-border {
to {
--rotation: 360deg;
}
}
.radio-list-items {
display: flex;
flex-direction: column;
gap: var(--kv-spacing-2x, 8px);
}