@kelvininc/ui-components
Version:
Kelvin UI Components
43 lines (41 loc) • 927 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;
}
:host {
display: block;
}
.absolute-time-content {
background-color: var(--background-container-elevated-slider);
border: 1px solid var(--slider-border-color-default);
border-radius: var(--radius-md);
width: max-content;
}
.absolute-time-content .footer {
display: flex;
justify-content: flex-end;
padding: var(--spacing-2xl);
border-top: 1px solid var(--slider-border-color-default);
}
.absolute-time-content .footer .actions {
display: flex;
gap: var(--spacing-md);
}