UNPKG

@reown/appkit-scaffold-ui

Version:

The full stack toolkit to build onchain app UX.

13 lines (12 loc) 239 B
import { css } from 'lit'; export default css ` :host { display: flex; justify-content: center; gap: var(--wui-spacing-2xl); } wui-visual-thumbnail:nth-child(1) { z-index: 1; } `; //# sourceMappingURL=styles.js.map