UNPKG

@kelvininc/ui-components

Version:
31 lines (29 loc) 467 B
/** HEADINGS **/ /** LABELS **/ /** SPANS **/ /** PARAGRAPHS **/ /** CODE/CONSOLE **/ @property --rotation { syntax: "<angle>"; initial-value: 0deg; inherits: false; } @keyframes rotate-border { to { --rotation: 360deg; } } .select-create-option { display: flex; align-items: flex-start; gap: var(--kv-spacing-3x, 12px); } .form { flex: 1; overflow: auto; } .actions { display: flex; align-items: center; gap: var(--kv-spacing, 4px); }