blob: 26254c3a108bca1a618f0c54b469f537c4943f9f [file] [log] [blame]
swissChilif0cbdc32023-01-05 17:21:38 -05001.stripe-gateway-checkout-email-field {
2 position: relative;
3}
4
5.stripe-gateway-checkout-email-field button.stripe-gateway-stripelink-modal-trigger {
6 display: none;
7 position: absolute;
8 right: 5px;
9 width: 64px;
10 height: 40px;
11 background: no-repeat
12 url( '../images/link.svg' );
13 background-color: transparent;
14 cursor: pointer;
15 border: none;
16}