UNPKG

@kelvininc/ui-components

Version:
31 lines (29 loc) 600 B
/** HEADINGS **/ /** LABELS **/ /** SPANS **/ /** PARAGRAPHS **/ /** TODO: CODE/CONSOLE **/ @property --rotation { syntax: "<angle>"; initial-value: 0deg; inherits: false; } @keyframes rotate-border { to { --rotation: 360deg; } } /** * Design Tokens - Auto-generated by Style Dictionary * Do not edit manually - run `pnpm tokens:build` to regenerate */ kv-dropdown-base:not(.hydrated) > [slot=list] { display: none; } .toggle-tip-open-element-container { width: fit-content; height: fit-content; } .toggle-tip-container::part(tooltip-container) { padding: var(--spacing-xl); }