@privy-io/react-auth
Version:
React client for the Privy Auth API
25 lines (21 loc) • 403 B
JavaScript
;let t=require("styled-components").styled.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;
}
`;exports.e=t;