UNPKG

@kelvininc/ui-components

Version:
46 lines (44 loc) 1.05 kB
/** 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; } :host { /** * @prop --dropdown-max-height: Dropdown list maximum height. * @prop --dropdown-min-height: Dropdown list minimum height. * @prop --dropdown-max-width: Dropdown list maximum width. * @prop --dropdown-min-width: Dropdown list minimum width. */ --dropdown-max-height: 400px; --dropdown-min-height: auto; --dropdown-max-width: auto; --dropdown-min-width: max-content; } .counter { display: flex; align-items: center; color: var(--text-container-neutral-subtle); font-family: Proxima Nova; font-weight: 400; font-size: 10px; line-height: 14px; letter-spacing: 0; }