@privy-io/react-auth
Version:
React client for the Privy Auth API
25 lines (21 loc) • 402 B
JavaScript
import{styled as t}from"styled-components";let i=t.div`
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 82px;
> div {
position: relative;
}
> div > span {
position: absolute;
left: -41px;
top: -41px;
}
> div > :last-child {
position: absolute;
left: -19px;
top: -19px;
}
`;export{i as e};