File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 15
15
/>
16
16
</StripeElements >
17
17
<button
18
- class =" w-full rounded-b bg-slate-600 px-3 py-2 text-sm font-semibold text-white hover:bg-slate-500 "
18
+ class =" w-full focus:outline-none text-white bg-purple-700 hover:bg-purple-800 focus:ring-4 focus:ring-purple-300 font-medium rounded-lg text-sm px-5 py-2.5 mb-2 dark:bg-purple-600 dark: hover:bg-purple-700 dark:focus:ring-purple-900 "
19
19
>
20
20
Pay now
21
21
</button >
Original file line number Diff line number Diff line change 17
17
<button
18
18
type =" button"
19
19
@click =" pay"
20
- class =" w-full rounded-b bg-slate-600 px-3 py-2 text-sm font-semibold text-white hover:bg-slate-500 "
20
+ class =" w-full focus:outline-none text-white bg-purple-700 hover:bg-purple-800 focus:ring-4 focus:ring-purple-300 font-medium rounded-lg text-sm px-5 py-2.5 mb-2 dark:bg-purple-600 dark: hover:bg-purple-700 dark:focus:ring-purple-900 "
21
21
>
22
22
Pay now
23
23
</button >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" flex flex-col gap-y-12 container p-10 max-w-2xl mx-auto" >
2
+ <div class =" flex flex-col gap-y-10 container p-10 max-w-2xl mx-auto" >
3
3
<h1 class =" text-3xl font-semibold" >Demo Vue Stripe.js</h1 >
4
-
4
+
5
5
<section >
6
6
<h2 class =" text-2xl font-semibold" >Payment Element</h2 >
7
7
<p class =" pt-1 pb-6" >Deferred flow -
46
46
</p >
47
47
<ExpressCheckoutElement />
48
48
</section >
49
+
50
+ <section >
51
+ <h2 class =" text-2xl font-semibold" >Built with</h2 >
52
+ <a class =" text-blue-700 hover:underline"
53
+ href =" https://github.com/ectoflow/vue-stripe-js" >https://github.com/ectoflow/vue-stripe-js</a >
54
+ </section >
49
55
</div >
50
56
</template >
51
57
Original file line number Diff line number Diff line change 16
16
</StripeElements >
17
17
<button
18
18
type =" submit"
19
- class =" rounded-md bg-slate-600 px-3 py-2 text-sm font-semibold text-white shadow-xs hover:bg-slate-500 "
19
+ class =" focus:outline-none text-white bg-purple-700 hover:bg-purple-800 focus:ring-4 focus:ring-purple-300 font-medium rounded-lg text-sm px-5 py-2.5 mb-2 dark:bg-purple-600 dark: hover:bg-purple-700 dark:focus:ring-purple-900 "
20
20
>
21
21
Submit
22
22
</button >
You can’t perform that action at this time.
0 commit comments