@kelvininc/ui-components
Version:
Kelvin UI Components
40 lines (39 loc) • 985 B
CSS
/** 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;
}
.toggle-switch-container {
display: flex;
}
.toggle-switch-container > :last-child {
--border-radius-top-right: var(--toggle-radius-default);
--border-radius-bottom-right: var(--toggle-radius-default);
}
.toggle-switch-container > :first-child {
--border-radius-top-left: var(--toggle-radius-default);
--border-radius-bottom-left: var(--toggle-radius-default);
}
.toggle-switch-container kv-toggle-button {
--border-radius-top-right: 0;
--border-radius-bottom-right: 0;
--border-radius-top-left: 0;
--border-radius-bottom-left: 0;
}