swissChili | f0cbdc3 | 2023-01-05 17:21:38 -0500 | [diff] [blame] | 1 | .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 | } |