@arolariu/components
Version:
🎨 70+ beautiful, accessible React components built on Base UI. TypeScript-first, CSS Modules styling, tree-shakeable, SSR-ready. Perfect for modern web apps, design systems & rapid prototyping. Zero config, maximum flexibility! ⚡
47 lines (39 loc) • 772 B
CSS
.timeline-aElsjt {
flex-direction: column;
gap: 0;
}
.item-Seqg42, .timeline-aElsjt {
display: flex;
position: relative;
}
.item-Seqg42 {
gap: var(--ac-space-3);
padding-bottom: var(--ac-space-4);
}
.item-Seqg42:last-child {
padding-bottom: 0;
}
.item-Seqg42:not(:last-child):before {
background-color: var(--ac-border);
content: "";
width: 2px;
position: absolute;
top: 1.5rem;
bottom: 0;
left: .5625rem;
}
.dot-SJ1JR5 {
background-color: var(--ac-background);
border: 2px solid var(--ac-primary);
border-radius: 50%;
flex-shrink: 0;
width: 1.25rem;
height: 1.25rem;
margin-top: .125rem;
}
.content-GlRR36 {
min-width: 0;
padding-bottom: var(--ac-space-1);
flex: 1;
}
/*# sourceMappingURL=timeline_module.css.map */