@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! ⚡
90 lines (77 loc) • 1.49 kB
CSS
.root-me55sz {
display: block;
}
.list-EcK2M1 {
color: var(--ac-muted-foreground);
font-size: var(--ac-text-sm);
align-items: center;
gap: var(--ac-space-2);
word-break: break-word;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
display: flex;
}
@media (width >= 640px) {
.list-EcK2M1 {
gap: calc(var(--ac-space-2) + var(--ac-space-1));
}
}
.item-NgwWCI {
align-items: center;
gap: var(--ac-space-2);
min-width: 0;
display: inline-flex;
}
.link-Rm532a {
color: inherit;
transition: color var(--ac-transition-fast);
text-decoration: none;
}
@media (hover: hover) {
.link-Rm532a:hover {
color: var(--ac-foreground);
}
}
.page-F4a5dL {
color: var(--ac-foreground);
font-weight: 500;
}
.separator-QL_9rQ {
color: var(--ac-muted-foreground);
flex-shrink: 0;
justify-content: center;
align-items: center;
display: inline-flex;
}
.separator-QL_9rQ > svg {
width: .875rem;
height: .875rem;
}
.ellipsis-jAUXe_ {
color: var(--ac-muted-foreground);
height: var(--ac-size-lg);
width: var(--ac-size-lg);
flex-shrink: 0;
justify-content: center;
align-items: center;
display: inline-flex;
position: relative;
}
.ellipsis-jAUXe_ > svg {
width: 1rem;
height: 1rem;
}
.srOnly-qF0F14 {
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
position: absolute;
overflow: hidden;
}
/*# sourceMappingURL=breadcrumb_module.css.map */