@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! ⚡
59 lines (48 loc) • 1.17 kB
CSS
.alert-DgrFrc {
border: 1px solid var(--ac-border);
border-radius: var(--ac-radius-lg);
font-size: var(--ac-text-sm);
padding: var(--ac-space-4);
width: 100%;
position: relative;
& svg {
color: var(--ac-foreground);
height: 1rem;
left: var(--ac-space-4);
top: var(--ac-space-4);
width: 1rem;
position: absolute;
}
&:has(svg) {
padding-left: calc(var(--ac-space-4) + 1rem + var(--ac-space-3));
}
}
.default-CmG8G5 {
background-color: var(--ac-background);
color: var(--ac-foreground);
& .description-TazenT {
color: var(--ac-muted-foreground);
}
}
.destructive-MREskk {
border-color: color-mix(in oklch,var(--ac-destructive),transparent 50%);
color: var(--ac-destructive);
& svg {
color: var(--ac-destructive);
}
& .description-TazenT {
color: color-mix(in oklch,var(--ac-destructive),transparent 20%);
}
}
.title-dbqf11 {
letter-spacing: -.01em;
margin-bottom: var(--ac-space-1);
font-weight: 500;
line-height: 1.2;
}
.description-TazenT {
color: var(--ac-muted-foreground);
font-size: var(--ac-text-sm);
line-height: 1.5;
}
/*# sourceMappingURL=alert_module.css.map */