@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! ⚡
43 lines (35 loc) • 787 B
CSS
.card-_owfM_ {
background-color: var(--ac-card);
border: 1px solid var(--ac-border);
border-radius: var(--ac-radius-lg);
color: var(--ac-card-foreground);
box-shadow: 0 1px 3px #0000000d;
}
.header-Mb1uO1 {
gap: var(--ac-space-1);
padding: var(--ac-space-6);
flex-direction: column;
display: flex;
}
.title-_JHGWK {
font-size: var(--ac-text-lg);
letter-spacing: -.01em;
font-weight: 600;
line-height: 1;
}
.description-g0aJ8n {
color: var(--ac-muted-foreground);
font-size: var(--ac-text-sm);
}
.action-dE6pol {
align-self: flex-start;
margin-left: auto;
}
.content-CUpArl, .footer-fIXQhx {
padding: 0 var(--ac-space-6) var(--ac-space-6);
}
.footer-fIXQhx {
align-items: center;
display: flex;
}
/*# sourceMappingURL=card_module.css.map */