@kelvininc/ui-components
Version:
Kelvin UI Components
34 lines (33 loc) • 813 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;
}
.illustration {
/* stylelint-disable csstools/value-no-unknown-custom-properties -- vars defined by parent component */
width: var(--illustration-width);
height: var(--illustration-height);
/* stylelint-enable csstools/value-no-unknown-custom-properties -- vars defined by parent component */
display: flex;
}
.illustration-full-size {
width: 100%;
height: 100%;
}