@coin-voyage/paykit
Version:
Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.
37 lines (36 loc) • 756 B
JavaScript
import styled from "styled-components";
export const ShowQRWrap = styled.div `
display: flex;
justify-content: center;
color: var(--ck-primary-button-color);
`;
export const ShowQRIcon = styled.div `
width: 20px;
`;
export const LogoWrap = styled.div `
position: relative;
width: 64px;
height: 64px;
`;
export const LogoRow = styled.div `
padding: 32px 0;
height: 128px;
display: flex;
align-items: center;
gap: 8px;
justify-content: center;
`;
export const QRWrap = styled.div `
margin: 0 auto;
width: 280px;
`;
export const CopyableInfoWrapper = styled.div `
display: flex;
flex-direction: column;
justify-content: stretch;
gap: 0;
`;
export const CountdownWrap = styled.div `
margin-top: 24px;
height: 16px;
`;