UNPKG

@kelvininc/ui-components

Version:
41 lines (40 loc) 965 B
/** HEADINGS **/ /** LABELS **/ /** SPANS **/ /** PARAGRAPHS **/ /** CODE/CONSOLE **/ @property --rotation { syntax: "<angle>"; initial-value: 0deg; inherits: false; } @keyframes rotate-border { to { --rotation: 360deg; } } :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(--kv-neutral-4, #bebebe); font-family: var(--kv-primary-font, "proxima-nova", sans-serif, "Arial"); font-size: 10px; font-weight: 400; font-stretch: normal; font-style: normal; line-height: 15px; letter-spacing: normal; text-transform: none; }