@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! ⚡
23 lines (19 loc) • 570 B
CSS
.positioner-yGweDz {
z-index: 50;
}
.popup-ve3G3g {
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);
transition: opacity var(--ac-transition-normal),transform var(--ac-transition-normal);
outline: none;
width: 16rem;
box-shadow: 0 16px 40px -16px #0000004d;
}
.popup-ve3G3g[data-ending-style], .popup-ve3G3g[data-starting-style] {
opacity: 0;
transform: scale(.96);
}
/*# sourceMappingURL=hover-card_module.css.map */