mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
changed credit card/paypal logs from offical ones to font very good ones
upgraded fontamerican to 4.2
This commit is contained in:
parent
1716b16fb0
commit
735dd0811c
3 changed files with 8 additions and 4 deletions
|
@ -14,7 +14,7 @@ html(itemscope, itemtype='http://schema.org/Product')
|
||||||
|
|
||||||
link(rel="icon", href="/favicon.ico")
|
link(rel="icon", href="/favicon.ico")
|
||||||
link(rel='stylesheet', href='/stylesheets/style.css?fingerprint='+fingerprint('/stylesheets/style.css'))
|
link(rel='stylesheet', href='/stylesheets/style.css?fingerprint='+fingerprint('/stylesheets/style.css'))
|
||||||
link(href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css",rel="stylesheet")
|
link(href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css",rel="stylesheet")
|
||||||
|
|
||||||
if settings.i18n.subdomainLang
|
if settings.i18n.subdomainLang
|
||||||
each subdomainDetails in settings.i18n.subdomainLang
|
each subdomainDetails in settings.i18n.subdomainLang
|
||||||
|
|
|
@ -52,11 +52,15 @@ block content
|
||||||
.col-md-6
|
.col-md-6
|
||||||
label.radio-inline
|
label.radio-inline
|
||||||
input.paymentTypeOption(type="radio",value="credit_card", ng-model="paymentMethod")
|
input.paymentTypeOption(type="radio",value="credit_card", ng-model="paymentMethod")
|
||||||
img(src="/recurly/images/credit_cards/visa_mastercard.png")
|
i.fa.fa-cc-mastercard.fa-3x
|
||||||
|
span
|
||||||
|
i.fa.fa-cc-visa.fa-3x
|
||||||
.col-md-6
|
.col-md-6
|
||||||
label.radio-inline
|
label.radio-inline
|
||||||
input.paymentTypeOption(type="radio", value="paypal", ng-model="paymentMethod")
|
input.paymentTypeOption(type="radio", value="paypal", ng-model="paymentMethod")
|
||||||
img(src="/recurly/images/paypal_large.png")
|
i.fa.fa-cc-paypal.fa-3x
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.alert.alert-warning.small(ng-show="genericError")
|
.alert.alert-warning.small(ng-show="genericError")
|
||||||
strong {{genericError}}
|
strong {{genericError}}
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
input.paymentTypeOption.ng-valid {
|
input.paymentTypeOption.ng-valid {
|
||||||
margin-top: 10px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.totalPrice {
|
.totalPrice {
|
||||||
|
|
Loading…
Reference in a new issue