@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! ⚡
85 lines (72 loc) • 1.52 kB
CSS
.empty-ePafO2 {
border: 1px dashed var(--ac-border);
border-radius: var(--ac-radius-lg);
gap: var(--ac-space-6);
min-width: 0;
padding: var(--ac-space-6);
flex: auto;
justify-content: center;
}
.empty-ePafO2, .header-bzMYgh {
text-align: center;
flex-direction: column;
align-items: center;
display: flex;
}
.header-bzMYgh {
gap: var(--ac-space-2);
max-width: 24rem;
}
.media-psksn4 {
margin-bottom: var(--ac-space-2);
justify-content: center;
align-items: center;
display: flex;
}
.media-psksn4, .media-psksn4 svg {
flex-shrink: 0;
}
.mediaIcon-ZhuHBh {
background-color: var(--ac-muted);
border: 1px solid var(--ac-border);
border-radius: var(--ac-radius-lg);
color: var(--ac-foreground);
width: 2.5rem;
height: 2.5rem;
}
.mediaIcon-ZhuHBh svg {
width: 1.5rem;
height: 1.5rem;
}
.title-z9njFW {
color: var(--ac-foreground);
font-size: var(--ac-text-lg);
letter-spacing: -.01em;
font-weight: 600;
}
.description-h_rXWE {
color: var(--ac-muted-foreground);
font-size: var(--ac-text-sm);
line-height: 1.6;
}
.description-h_rXWE a {
color: inherit;
text-underline-offset: 4px;
text-decoration: underline;
}
@media (hover: hover) {
.description-h_rXWE a:hover {
color: var(--ac-foreground);
}
}
.content-IpZKKK {
font-size: var(--ac-text-sm);
align-items: center;
gap: var(--ac-space-4);
flex-direction: column;
width: 100%;
min-width: 0;
max-width: 24rem;
display: flex;
}
/*# sourceMappingURL=empty_module.css.map */