@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! ⚡
28 lines (23 loc) • 653 B
CSS
.anchor-cDsUov {
display: contents;
}
.positioner-S1_qdm {
z-index: 50;
}
.popup-q3qL0G {
background-color: var(--ac-popover);
border: 1px solid var(--ac-border);
border-radius: var(--ac-radius-md);
color: var(--ac-popover-foreground);
padding: var(--ac-space-4);
transform-origin: var(--transform-origin);
transition: opacity var(--ac-transition-normal),transform var(--ac-transition-normal);
outline: none;
width: 18rem;
box-shadow: 0 16px 40px -16px #0000004d;
}
.popup-q3qL0G[data-ending-style], .popup-q3qL0G[data-starting-style] {
opacity: 0;
transform: scale(.96);
}
/*# sourceMappingURL=popover_module.css.map */