Skip to content

Commit a968436

Browse files
authored
Fixed Stripe Link styles and image files missing (#2401)
* Fix missing StripeLink styles and logo files
1 parent 1709a16 commit a968436

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

assets/css/stripe-link.css

Lines changed: 1 addition & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/stripe-link.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
}

assets/images/link.svg

Lines changed: 1 addition & 0 deletions
Loading

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
= 6.6.0 - 2022-xx-xx =
44

55
= 6.5.1 - 2022-08-01 =
6+
* Fix - Stripe Link missing styles and logo for email trigger button
67
* Fix - Stripe Link fatal error on `get_upe_enabled_payment_method_ids` method.
78

89
= 6.5.0 - 2022-07-28 =

0 commit comments

Comments
 (0)