@kelvininc/ui-components
Version:
Kelvin UI Components
23 lines (22 loc) • 412 B
CSS
/** HEADINGS **/
/** LABELS **/
/** SPANS **/
/** PARAGRAPHS **/
/** CODE/CONSOLE **/
@property --rotation {
syntax: "<angle>";
initial-value: 0deg;
inherits: false;
}
@keyframes rotate-border {
to {
--rotation: 360deg;
}
}
.toggle-tip-open-element-container {
width: fit-content;
height: fit-content;
}
.toggle-tip-container::part(tooltip-container) {
padding: var(--kv-spacing-3x, 12px);
}