UNPKG

@kelvininc/ui-components

Version:
39 lines (36 loc) 650 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; } .select-create-option { display: flex; align-items: flex-start; gap: var(--spacing-xl); } .form { flex: 1; overflow: auto; } .actions { display: flex; align-items: center; gap: var(--spacing-xs); }