Skip to content

Commit 0a87ead

Browse files
peter xiepeter xie
authored andcommitted
v1.1.5
1 parent 4655595 commit 0a87ead

File tree

16 files changed

+2149
-244
lines changed

16 files changed

+2149
-244
lines changed

app/public/css/pages.css

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,8 +743,34 @@ h1>.badge, h2>.badge, h3>.badge, h4>.badge,h5>.badge,h6>.badge {
743743
}
744744

745745
.hideCardImage {
746-
opacity: 0.1
746+
opacity: 0.2
747747
}
748748
.showCardImage {
749749
opacity: 1
750+
}
751+
/**
752+
* The CSS shown here will not be introduced in the Quickstart guide, but shows
753+
* how you can use CSS to style your Element's container.
754+
*/
755+
.StripeElement {
756+
background-color: white;
757+
height: 40px;
758+
padding: 10px 12px;
759+
border-radius: 4px;
760+
border: 1px solid transparent;
761+
box-shadow: 0 1px 3px 0 #e6ebf1;
762+
-webkit-transition: box-shadow 150ms ease;
763+
transition: box-shadow 150ms ease;
764+
}
765+
766+
.StripeElement--focus {
767+
box-shadow: 0 1px 3px 0 #cfd7df;
768+
}
769+
770+
.StripeElement--invalid {
771+
border-color: #fa755a;
772+
}
773+
774+
.StripeElement--webkit-autofill {
775+
background-color: #fefde5 !important;
750776
}
Lines changed: 65 additions & 0 deletions
Loading

app/public/images/Stripe.svg

Lines changed: 24 additions & 0 deletions
Loading

app/public/images/account.svg

Lines changed: 47 additions & 0 deletions
Loading

app/public/images/alipay.svg

Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 28 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)