@kelvininc/ui-components
Version:
Kelvin UI Components
36 lines • 712 B
CSS
/** HEADINGS **/
/** LABELS **/
/** SPANS **/
/** PARAGRAPHS **/
/** CODE/CONSOLE **/
@property --rotation {
syntax: "<angle>";
initial-value: 0deg;
inherits: false;
}
@keyframes rotate-border {
to {
--rotation: 360deg;
}
}
.state-indicator {
display: flex;
align-items: baseline;
}
.state-indicator .color {
width: 8px;
height: 8px;
border-radius: 50%;
margin-right: var(--kv-spacing-2x, 8px);
}
.state-indicator .text {
font-family: var(--kv-primary-font, "proxima-nova", sans-serif, "Arial");
font-size: 12px;
font-weight: 400;
font-stretch: normal;
font-style: normal;
line-height: 18px;
letter-spacing: normal;
text-transform: none;
color: var(--kv-text, #fff);
}