UNPKG

@kelvininc/ui-components

Version:
54 lines (52 loc) 1.21 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; } kv-action-button[type=text] { --button-height-large: 16px; --button-height-small: 16px; --button-padding-x-large: none; --button-padding-y-large: none; --button-padding-x-small: none; --button-padding-y-small: none; } .action-button-text { white-space: nowrap; font-family: Proxima Nova; font-weight: 600; font-size: 14px; line-height: 20px; letter-spacing: 0; } .action-button-text--type-text { font-family: Proxima Nova; font-weight: 400; font-size: 14px; line-height: 20px; letter-spacing: 0; } .action-button-text--type-text.action-button-text--active, .action-button-text--type-text:hover:not(.action-button-text--disabled) { font-family: Proxima Nova; font-weight: 600; font-size: 14px; line-height: 20px; letter-spacing: 0; }