UNPKG

@roochnetwork/rooch-sdk-kit

Version:
36 lines (28 loc) 663 B
// Copyright (c) RoochNetwork // SPDX-License-Identifier: Apache-2.0 import { style } from '@vanilla-extract/css' import { themeVars } from '../../../themes/themeContract.js' export const container = style({ display: 'flex', flexDirection: 'column', justifyContent: 'center', alignItems: 'center', width: '100%', }) export const walletIcon = style({ objectFit: 'cover', width: 72, height: 72, borderRadius: themeVars.radii.large, }) export const title = style({ marginTop: 12, }) export const installStatus = style({ marginTop: 4, }) export const installButtonContainer = style({ position: 'absolute', bottom: 20, right: 20, })