@daimo/pay
Version:
Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.
30 lines (27 loc) • 546 B
JavaScript
import styled from '../../../styles/styled/index.js';
styled.div `
position: relative;
width: ${({ $width }) => $width + "px" || "100%"};
height: ${({ $height }) => $height + "px" || "100%"};
`;
const Squircle = styled.svg `
z-index: 1;
position: relative;
display: block;
`;
styled.div `
z-index: 2;
position: absolute;
inset: 0;
display: block;
overflow: hidden;
svg,
img {
display: block;
position: relative;
width: 100%;
height: 100%;
}
`;
export { Squircle };
//# sourceMappingURL=styles.js.map