Skip to content

Commit 0f92d13

Browse files
author
zzzprojects
committed
Update pricing
Update pricing
1 parent 9b0b470 commit 0f92d13

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

docs/_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"
2222
/>
2323
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" />
24+
<link rel="stylesheet" type="text/css" href="{{ site.github.url }}/css/master.css?v=10">
2425
</head>
2526

2627
<body>

docs/pages/site/pricing.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,29 @@ permalink: pricing
194194
</label>
195195
</div>
196196
<div class="row">
197-
<button type="submit" class="col btn btn-paypal btn-lg align-right" onclick="$('input[name=landing_page]').val('');ga('send', 'event', { eventAction: 'buy-now'});">
197+
<button type="submit" class="col btn btn-paypal btn-lg d-flex justify-content-center align-items-center" onclick="$('input[name=landing_page]').val('');ga('send', 'event', { eventAction: 'buy-now'});">
198+
<div>
198199
<i class="fa fa-paypal" aria-hidden="true"></i>
200+
</div>
201+
<div class="in-button-text text-left">
199202
PayPal
200203
<span>(Require PayPal account)</span>
204+
</div>
205+
<div>
206+
<i class="fa fa-angle-right"></i>
207+
</div>
201208
</button>
202-
<button type="submit" class="col btn btn-paypal credit btn-lg align-right" onclick="$('input[name=landing_page]').val('billing');ga('send', 'event', { eventAction: 'buy-now'});">
209+
<button type="submit" class="col btn btn-paypal credit btn-lg d-flex justify-content-center align-items-center" onclick="$('input[name=landing_page]').val('billing');ga('send', 'event', { eventAction: 'buy-now'});">
210+
<div>
203211
<i class="fa fa-credit-card" aria-hidden="true"></i>
212+
</div>
213+
<div class="in-button-text text-left">
204214
Credit Card
205215
<span>(Doesn't require PayPal account)</span>
216+
</div>
217+
<div>
218+
<i class="fa fa-angle-right"></i>
219+
</div>
206220
</button>
207221
</div>
208222
<div class="more-option">*&nbsp;Read the FAQ below for alternative payment method.</div>
@@ -338,4 +352,4 @@ function selectProduct() {
338352
}
339353
}
340354

341-
</script>
355+
</script>

0 commit comments

Comments
 (0)