UNPKG

@reown/appkit-scaffold-ui

Version:

The full stack toolkit to build onchain app UX.

29 lines (24 loc) 520 B
import { css } from '@reown/appkit-ui'; export default css ` :host { min-height: 100%; } .group-container[last-group='true'] { padding-bottom: ${({ spacing }) => spacing['3']}; } .contentContainer { height: 280px; } .contentContainer > wui-icon-box { width: 40px; height: 40px; border-radius: ${({ borderRadius }) => borderRadius['3']}; } .contentContainer > .textContent { width: 65%; } .emptyContainer { height: 100%; } `; //# sourceMappingURL=styles.js.map