OLD | NEW |
1 <head> | |
2 <title>Stripe: Checkout</title> | |
3 </head> | |
4 <form class="checkoutView" method="POST" novalidate="true"> | |
5 <div class="layoutView paymentView" style="opacity: 1; height: 291px; transition
: none; -webkit-transition: none; transform: translateX(0px); overflow: inherit;
"> | 1 <div class="layoutView paymentView" style="opacity: 1; height: 291px; transition
: none; -webkit-transition: none; transform: translateX(0px); overflow: inherit;
"> |
6 <div class="layoutSubview" style="height: 55px; transform: translateY(0px); op
acity: 1; transition: none; -webkit-transition: none;"> | 2 <div class="layoutSubview" style="height: 55px; transform: translateY(0px); op
acity: 1; transition: none; -webkit-transition: none;"> |
7 <div class="emailInput input"> | 3 <div class="emailInput input"> |
8 <input class="control" id="email" type="email" x-autocompletetype="email"
autocompletetype="email" autocorrect="off" spellcheck="off" autocapitalize="off"
placeholder="Email"><span class="spinnerContainer" style="display: none;"> | 4 <input class="control" id="email" type="email" x-autocompletetype="email"
autocompletetype="email" autocorrect="off" spellcheck="off" autocapitalize="off"
placeholder="Email"><span class="spinnerContainer" style="display: none;"> |
9 <div class="svgSpinner" style="width: 14px; height: 15px;"> | 5 <div class="svgSpinner" style="width: 14px; height: 15px;"> |
10 </div></span> | 6 </div></span> |
11 <div class="svg icon" style="width: 30px; height: 30px;"> | 7 <div class="svg icon" style="width: 30px; height: 30px;"> |
12 </div> | 8 </div> |
13 </div> | 9 </div> |
14 </div> | 10 </div> |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 </div> | 86 </div> |
91 </div> | 87 </div> |
92 </div> | 88 </div> |
93 </div> | 89 </div> |
94 </div> | 90 </div> |
95 </div> | 91 </div> |
96 </div> | 92 </div> |
97 </div> | 93 </div> |
98 </div> | 94 </div> |
99 </div> | 95 </div> |
100 </form> | |
OLD | NEW |