From c6e92a39fe49868c46cd8ba3e955ba471a1b3bb4 Mon Sep 17 00:00:00 2001 From: memorte03 Date: Fri, 6 Dec 2019 22:24:55 +0100 Subject: [PATCH] Added payments plugin --- package.json | 8 + pages/_data/docs.yml | 1 + pages/_data/payments.yml | 216 +++++++++++++++++++ pages/_docs/payments.md | 36 ++++ pages/_includes/cards/table-users.html | 14 +- pages/_includes/layout/css.html | 1 + pages/_includes/ui/payment.html | 1 + pages/_layouts/docs.html | 4 +- scss/_variables.scss | 6 + scss/tabler-payments.scss | 10 + scss/ui/_payments.scss | 26 +++ static/img/payments/2checkout-dark.svg | 1 + static/img/payments/2checkout.svg | 1 + static/img/payments/alipay-dark.svg | 1 + static/img/payments/alipay.svg | 1 + static/img/payments/amazon-dark.svg | 1 + static/img/payments/amazon.svg | 1 + static/img/payments/americanexpress-dark.svg | 1 + static/img/payments/americanexpress.svg | 1 + static/img/payments/applepay-dark.svg | 1 + static/img/payments/applepay.svg | 1 + static/img/payments/bancontact-dark.svg | 1 + static/img/payments/bancontact.svg | 1 + static/img/payments/bitcoin-dark.svg | 1 + static/img/payments/bitcoin.svg | 1 + static/img/payments/bitpay-dark.svg | 1 + static/img/payments/bitpay.svg | 1 + static/img/payments/cirrus-dark.svg | 1 + static/img/payments/cirrus.svg | 1 + static/img/payments/clickandbuy-dark.svg | 1 + static/img/payments/clickandbuy.svg | 1 + static/img/payments/coinkite-dark.svg | 1 + static/img/payments/coinkite.svg | 1 + static/img/payments/dinersclub-dark.svg | 1 + static/img/payments/dinersclub.svg | 1 + static/img/payments/directdebit-dark.svg | 1 + static/img/payments/directdebit.svg | 1 + static/img/payments/discover-dark.svg | 1 + static/img/payments/discover.svg | 1 + static/img/payments/dwolla-dark.svg | 1 + static/img/payments/dwolla.svg | 1 + static/img/payments/ebay-dark.svg | 1 + static/img/payments/ebay.svg | 1 + static/img/payments/eway-dark.svg | 1 + static/img/payments/eway.svg | 1 + static/img/payments/giropay-dark.svg | 1 + static/img/payments/giropay.svg | 1 + static/img/payments/googlewallet-dark.svg | 1 + static/img/payments/googlewallet.svg | 1 + static/img/payments/ingenico-dark.svg | 1 + static/img/payments/ingenico.svg | 1 + static/img/payments/jcb-dark.svg | 1 + static/img/payments/jcb.svg | 1 + static/img/payments/klarna-dark.svg | 1 + static/img/payments/klarna.svg | 1 + static/img/payments/laser-dark.svg | 1 + static/img/payments/laser.svg | 1 + static/img/payments/maestro-dark.svg | 1 + static/img/payments/maestro.svg | 1 + static/img/payments/mastercard-dark.svg | 1 + static/img/payments/mastercard.svg | 1 + static/img/payments/monero-dark.svg | 1 + static/img/payments/monero.svg | 1 + static/img/payments/neteller-dark.svg | 1 + static/img/payments/neteller.svg | 1 + static/img/payments/ogone-dark.svg | 1 + static/img/payments/ogone.svg | 1 + static/img/payments/okpay-dark.svg | 1 + static/img/payments/okpay.svg | 1 + static/img/payments/paybox-dark.svg | 1 + static/img/payments/paybox.svg | 1 + static/img/payments/paymill-dark.svg | 1 + static/img/payments/paymill.svg | 1 + static/img/payments/payone-dark.svg | 1 + static/img/payments/payone.svg | 1 + static/img/payments/payoneer-dark.svg | 1 + static/img/payments/payoneer.svg | 1 + static/img/payments/paypal-dark.svg | 1 + static/img/payments/paypal.svg | 1 + static/img/payments/paysafecard-dark.svg | 1 + static/img/payments/paysafecard.svg | 1 + static/img/payments/payu-dark.svg | 1 + static/img/payments/payu.svg | 1 + static/img/payments/payza-dark.svg | 1 + static/img/payments/payza.svg | 1 + static/img/payments/ripple-dark.svg | 1 + static/img/payments/ripple.svg | 1 + static/img/payments/sage-dark.svg | 1 + static/img/payments/sage.svg | 1 + static/img/payments/sepa-dark.svg | 1 + static/img/payments/sepa.svg | 1 + static/img/payments/shopify-dark.svg | 1 + static/img/payments/shopify.svg | 1 + static/img/payments/skrill-dark.svg | 1 + static/img/payments/skrill.svg | 1 + static/img/payments/solo-dark.svg | 1 + static/img/payments/solo.svg | 1 + static/img/payments/square-dark.svg | 1 + static/img/payments/square.svg | 1 + static/img/payments/stripe-dark.svg | 1 + static/img/payments/stripe.svg | 1 + static/img/payments/switch-dark.svg | 1 + static/img/payments/switch.svg | 1 + static/img/payments/ukash-dark.svg | 1 + static/img/payments/ukash.svg | 1 + static/img/payments/unionpay-dark.svg | 1 + static/img/payments/unionpay.svg | 1 + static/img/payments/verifone-dark.svg | 1 + static/img/payments/verifone.svg | 1 + static/img/payments/verisign-dark.svg | 1 + static/img/payments/verisign.svg | 1 + static/img/payments/visa-dark.svg | 1 + static/img/payments/visa.svg | 1 + static/img/payments/webmoney-dark.svg | 1 + static/img/payments/webmoney.svg | 1 + static/img/payments/westernunion-dark.svg | 1 + static/img/payments/westernunion.svg | 1 + static/img/payments/worldpay-dark.svg | 1 + static/img/payments/worldpay.svg | 1 + 119 files changed, 423 insertions(+), 8 deletions(-) create mode 100644 pages/_data/payments.yml create mode 100644 pages/_docs/payments.md create mode 100644 pages/_includes/ui/payment.html create mode 100644 scss/tabler-payments.scss create mode 100644 scss/ui/_payments.scss create mode 100644 static/img/payments/2checkout-dark.svg create mode 100644 static/img/payments/2checkout.svg create mode 100644 static/img/payments/alipay-dark.svg create mode 100644 static/img/payments/alipay.svg create mode 100644 static/img/payments/amazon-dark.svg create mode 100644 static/img/payments/amazon.svg create mode 100644 static/img/payments/americanexpress-dark.svg create mode 100644 static/img/payments/americanexpress.svg create mode 100644 static/img/payments/applepay-dark.svg create mode 100644 static/img/payments/applepay.svg create mode 100644 static/img/payments/bancontact-dark.svg create mode 100644 static/img/payments/bancontact.svg create mode 100644 static/img/payments/bitcoin-dark.svg create mode 100644 static/img/payments/bitcoin.svg create mode 100644 static/img/payments/bitpay-dark.svg create mode 100644 static/img/payments/bitpay.svg create mode 100644 static/img/payments/cirrus-dark.svg create mode 100644 static/img/payments/cirrus.svg create mode 100644 static/img/payments/clickandbuy-dark.svg create mode 100644 static/img/payments/clickandbuy.svg create mode 100644 static/img/payments/coinkite-dark.svg create mode 100644 static/img/payments/coinkite.svg create mode 100644 static/img/payments/dinersclub-dark.svg create mode 100644 static/img/payments/dinersclub.svg create mode 100644 static/img/payments/directdebit-dark.svg create mode 100644 static/img/payments/directdebit.svg create mode 100644 static/img/payments/discover-dark.svg create mode 100644 static/img/payments/discover.svg create mode 100644 static/img/payments/dwolla-dark.svg create mode 100644 static/img/payments/dwolla.svg create mode 100644 static/img/payments/ebay-dark.svg create mode 100644 static/img/payments/ebay.svg create mode 100644 static/img/payments/eway-dark.svg create mode 100644 static/img/payments/eway.svg create mode 100644 static/img/payments/giropay-dark.svg create mode 100644 static/img/payments/giropay.svg create mode 100644 static/img/payments/googlewallet-dark.svg create mode 100644 static/img/payments/googlewallet.svg create mode 100644 static/img/payments/ingenico-dark.svg create mode 100644 static/img/payments/ingenico.svg create mode 100644 static/img/payments/jcb-dark.svg create mode 100644 static/img/payments/jcb.svg create mode 100644 static/img/payments/klarna-dark.svg create mode 100644 static/img/payments/klarna.svg create mode 100644 static/img/payments/laser-dark.svg create mode 100644 static/img/payments/laser.svg create mode 100644 static/img/payments/maestro-dark.svg create mode 100644 static/img/payments/maestro.svg create mode 100644 static/img/payments/mastercard-dark.svg create mode 100644 static/img/payments/mastercard.svg create mode 100644 static/img/payments/monero-dark.svg create mode 100644 static/img/payments/monero.svg create mode 100644 static/img/payments/neteller-dark.svg create mode 100644 static/img/payments/neteller.svg create mode 100644 static/img/payments/ogone-dark.svg create mode 100644 static/img/payments/ogone.svg create mode 100644 static/img/payments/okpay-dark.svg create mode 100644 static/img/payments/okpay.svg create mode 100644 static/img/payments/paybox-dark.svg create mode 100644 static/img/payments/paybox.svg create mode 100644 static/img/payments/paymill-dark.svg create mode 100644 static/img/payments/paymill.svg create mode 100644 static/img/payments/payone-dark.svg create mode 100644 static/img/payments/payone.svg create mode 100644 static/img/payments/payoneer-dark.svg create mode 100644 static/img/payments/payoneer.svg create mode 100644 static/img/payments/paypal-dark.svg create mode 100644 static/img/payments/paypal.svg create mode 100644 static/img/payments/paysafecard-dark.svg create mode 100644 static/img/payments/paysafecard.svg create mode 100644 static/img/payments/payu-dark.svg create mode 100644 static/img/payments/payu.svg create mode 100644 static/img/payments/payza-dark.svg create mode 100644 static/img/payments/payza.svg create mode 100644 static/img/payments/ripple-dark.svg create mode 100644 static/img/payments/ripple.svg create mode 100644 static/img/payments/sage-dark.svg create mode 100644 static/img/payments/sage.svg create mode 100644 static/img/payments/sepa-dark.svg create mode 100644 static/img/payments/sepa.svg create mode 100644 static/img/payments/shopify-dark.svg create mode 100644 static/img/payments/shopify.svg create mode 100644 static/img/payments/skrill-dark.svg create mode 100644 static/img/payments/skrill.svg create mode 100644 static/img/payments/solo-dark.svg create mode 100644 static/img/payments/solo.svg create mode 100644 static/img/payments/square-dark.svg create mode 100644 static/img/payments/square.svg create mode 100644 static/img/payments/stripe-dark.svg create mode 100644 static/img/payments/stripe.svg create mode 100644 static/img/payments/switch-dark.svg create mode 100644 static/img/payments/switch.svg create mode 100644 static/img/payments/ukash-dark.svg create mode 100644 static/img/payments/ukash.svg create mode 100644 static/img/payments/unionpay-dark.svg create mode 100644 static/img/payments/unionpay.svg create mode 100644 static/img/payments/verifone-dark.svg create mode 100644 static/img/payments/verifone.svg create mode 100644 static/img/payments/verisign-dark.svg create mode 100644 static/img/payments/verisign.svg create mode 100644 static/img/payments/visa-dark.svg create mode 100644 static/img/payments/visa.svg create mode 100644 static/img/payments/webmoney-dark.svg create mode 100644 static/img/payments/webmoney.svg create mode 100644 static/img/payments/westernunion-dark.svg create mode 100644 static/img/payments/westernunion.svg create mode 100644 static/img/payments/worldpay-dark.svg create mode 100644 static/img/payments/worldpay.svg diff --git a/package.json b/package.json index 7823f0a2..b6cce914 100644 --- a/package.json +++ b/package.json @@ -139,6 +139,14 @@ "path": "./dist/css/tabler-flags.min.css", "maxSize": "2 kB" }, + { + "path": "./dist/css/tabler-payments.css", + "maxSize": "2 kB" + }, + { + "path": "./dist/css/tabler-payments.min.css", + "maxSize": "2 kB" + }, { "path": "./dist/js/tabler.js", "maxSize": "2 kB" diff --git a/pages/_data/docs.yml b/pages/_data/docs.yml index c2e34619..48266936 100644 --- a/pages/_data/docs.yml +++ b/pages/_data/docs.yml @@ -16,6 +16,7 @@ - page: form-helpers - page: input-mask - page: progress +- page: payments - page: ribbons - page: spinners - page: steps diff --git a/pages/_data/payments.yml b/pages/_data/payments.yml new file mode 100644 index 00000000..42b2b1a4 --- /dev/null +++ b/pages/_data/payments.yml @@ -0,0 +1,216 @@ +- name: "2checkout Dark" + payment: "2checkout-dark" +- name: "2checkout" + payment: "2checkout" +- name: "Alipay Dark" + payment: "alipay-dark" +- name: "Alipay" + payment: "alipay" +- name: "Amazon Dark" + payment: "amazon-dark" +- name: "Amazon" + payment: "amazon" +- name: "Americanexpress Dark" + payment: "americanexpress-dark" +- name: "Americanexpress" + payment: "americanexpress" +- name: "Applepay Dark" + payment: "applepay-dark" +- name: "Applepay" + payment: "applepay" +- name: "Bancontact Dark" + payment: "bancontact-dark" +- name: "Bancontact" + payment: "bancontact" +- name: "Bitcoin Dark" + payment: "bitcoin-dark" +- name: "Bitcoin" + payment: "bitcoin" +- name: "Bitpay Dark" + payment: "bitpay-dark" +- name: "Bitpay" + payment: "bitpay" +- name: "Cirrus Dark" + payment: "cirrus-dark" +- name: "Cirrus" + payment: "cirrus" +- name: "Clickandbuy Dark" + payment: "clickandbuy-dark" +- name: "Clickandbuy" + payment: "clickandbuy" +- name: "Coinkite Dark" + payment: "coinkite-dark" +- name: "Coinkite" + payment: "coinkite" +- name: "Dinersclub Dark" + payment: "dinersclub-dark" +- name: "Dinersclub" + payment: "dinersclub" +- name: "Directdebit Dark" + payment: "directdebit-dark" +- name: "Directdebit" + payment: "directdebit" +- name: "Discover Dark" + payment: "discover-dark" +- name: "Discover" + payment: "discover" +- name: "Dwolla Dark" + payment: "dwolla-dark" +- name: "Dwolla" + payment: "dwolla" +- name: "Ebay Dark" + payment: "ebay-dark" +- name: "Ebay" + payment: "ebay" +- name: "Eway Dark" + payment: "eway-dark" +- name: "Eway" + payment: "eway" +- name: "Giropay Dark" + payment: "giropay-dark" +- name: "Giropay" + payment: "giropay" +- name: "Googlewallet Dark" + payment: "googlewallet-dark" +- name: "Googlewallet" + payment: "googlewallet" +- name: "Ingenico Dark" + payment: "ingenico-dark" +- name: "Ingenico" + payment: "ingenico" +- name: "Jcb Dark" + payment: "jcb-dark" +- name: "Jcb" + payment: "jcb" +- name: "Klarna Dark" + payment: "klarna-dark" +- name: "Klarna" + payment: "klarna" +- name: "Laser Dark" + payment: "laser-dark" +- name: "Laser" + payment: "laser" +- name: "Maestro Dark" + payment: "maestro-dark" +- name: "Maestro" + payment: "maestro" +- name: "Mastercard Dark" + payment: "mastercard-dark" +- name: "Mastercard" + payment: "mastercard" +- name: "Monero Dark" + payment: "monero-dark" +- name: "Monero" + payment: "monero" +- name: "Neteller Dark" + payment: "neteller-dark" +- name: "Neteller" + payment: "neteller" +- name: "Ogone Dark" + payment: "ogone-dark" +- name: "Ogone" + payment: "ogone" +- name: "Okpay Dark" + payment: "okpay-dark" +- name: "Okpay" + payment: "okpay" +- name: "Paybox Dark" + payment: "paybox-dark" +- name: "Paybox" + payment: "paybox" +- name: "Paymill Dark" + payment: "paymill-dark" +- name: "Paymill" + payment: "paymill" +- name: "Payone Dark" + payment: "payone-dark" +- name: "Payone" + payment: "payone" +- name: "Payoneer Dark" + payment: "payoneer-dark" +- name: "Payoneer" + payment: "payoneer" +- name: "Paypal Dark" + payment: "paypal-dark" +- name: "Paypal" + payment: "paypal" +- name: "Paysafecard Dark" + payment: "paysafecard-dark" +- name: "Paysafecard" + payment: "paysafecard" +- name: "Payu Dark" + payment: "payu-dark" +- name: "Payu" + payment: "payu" +- name: "Payza Dark" + payment: "payza-dark" +- name: "Payza" + payment: "payza" +- name: "Ripple Dark" + payment: "ripple-dark" +- name: "Ripple" + payment: "ripple" +- name: "Sage Dark" + payment: "sage-dark" +- name: "Sage" + payment: "sage" +- name: "Sepa Dark" + payment: "sepa-dark" +- name: "Sepa" + payment: "sepa" +- name: "Shopify Dark" + payment: "shopify-dark" +- name: "Shopify" + payment: "shopify" +- name: "Skrill Dark" + payment: "skrill-dark" +- name: "Skrill" + payment: "skrill" +- name: "Solo Dark" + payment: "solo-dark" +- name: "Solo" + payment: "solo" +- name: "Square Dark" + payment: "square-dark" +- name: "Square" + payment: "square" +- name: "Stripe Dark" + payment: "stripe-dark" +- name: "Stripe" + payment: "stripe" +- name: "Switch Dark" + payment: "switch-dark" +- name: "Switch" + payment: "switch" +- name: "Ukash Dark" + payment: "ukash-dark" +- name: "Ukash" + payment: "ukash" +- name: "Unionpay Dark" + payment: "unionpay-dark" +- name: "Unionpay" + payment: "unionpay" +- name: "Verifone Dark" + payment: "verifone-dark" +- name: "Verifone" + payment: "verifone" +- name: "Verisign Dark" + payment: "verisign-dark" +- name: "Verisign" + payment: "verisign" +- name: "Visa Dark" + payment: "visa-dark" +- name: "Visa" + payment: "visa" +- name: "Webmoney Dark" + payment: "webmoney-dark" +- name: "Webmoney" + payment: "webmoney" +- name: "Westernunion Dark" + payment: "westernunion-dark" +- name: "Westernunion" + payment: "westernunion" +- name: "Worldpay Dark" + payment: "worldpay-dark" +- name: "Worldpay" + payment: "worldpay" \ No newline at end of file diff --git a/pages/_docs/payments.md b/pages/_docs/payments.md new file mode 100644 index 00000000..b9ce0f69 --- /dev/null +++ b/pages/_docs/payments.md @@ -0,0 +1,36 @@ +--- +title: Payments +menu: docs.payments +plugin: payments +--- + +### Payment + +{% example %} +{% include ui/payment.html payment="shopify"%} +{% include ui/payment.html%} +{% include ui/payment.html payment="paypal"%} +{% endexample %} + +### Payment sizes + +Using Bootstrap’s typical naming structure, you can create a standard payment, or scale it up to different sizes based on what’s needed. + +{% example %} +{% include ui/payment.html payment="shopify" size="xl"%} +{% include ui/payment.html size="lg"%} +{% include ui/payment.html payment="paypal" size="md"%} +{% include ui/payment.html payment="amazon"%} +{% endexample %} + +### Types + + +{% for payment in site.data.payments %} + + + + + +{% endfor %} +
{% include ui/payment.html payment=payment.payment %}{{ payment.payment }}{{ payment.name }}
\ No newline at end of file diff --git a/pages/_includes/cards/table-users.html b/pages/_includes/cards/table-users.html index fdd14a0f..366e4236 100644 --- a/pages/_includes/cards/table-users.html +++ b/pages/_includes/cards/table-users.html @@ -18,14 +18,14 @@ {% assign percentage = forloop.index | random_number %} {% assign time_offset = forloop.index | random_number: 0, 800 %} {% assign register_offset = forloop.index | random_number: 0, 8000000 %} + {% assign percentage_color = percentage | number_color%} + {% assign payment_type = forloop.index | 'googlewallet', 'mastercard', 'shopify', 'ebay', 'paypal', 'visa'%} -
- -
+ {% include ui/avatar.html person-id=person.id status="success"%} -
{{ person.name }} {{ person.surname }}
+
{{ person.full_name }}
Registered: {{ site.time | date: "%s" | minus: register_offset | date: '%b %-d, %Y' }}
@@ -39,10 +39,12 @@ Jun 11, 2015 - Jul 10, 2015 - {% include ui/progress.html value=percentage size="sm" %} + {% include ui/progress.html value=percentage size="sm" color=percentage_color %} + - + + {% include ui/payment.html payment=payment_type%}
Last login
diff --git a/pages/_includes/layout/css.html b/pages/_includes/layout/css.html index 7e25e892..fbe9b50b 100644 --- a/pages/_includes/layout/css.html +++ b/pages/_includes/layout/css.html @@ -10,4 +10,5 @@ + diff --git a/pages/_includes/ui/payment.html b/pages/_includes/ui/payment.html new file mode 100644 index 00000000..26656f13 --- /dev/null +++ b/pages/_includes/ui/payment.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/pages/_layouts/docs.html b/pages/_layouts/docs.html index 7743c6cf..36c8f0f9 100644 --- a/pages/_layouts/docs.html +++ b/pages/_layouts/docs.html @@ -10,8 +10,8 @@ page-title: Documentation
{% include_cached ui/icon.html icon="github" class="mr-2" %}Browse source code - - + +
{% for p in site.data.docs %} {% assign doc = site.docs | where: "slug", p.page | first %} diff --git a/scss/_variables.scss b/scss/_variables.scss index 5e527347..4a168e8d 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -359,3 +359,9 @@ $flag-sizes: ( "xl": 4rem ) !default; +//Payments +$payment-sizes: ( + "md": 2rem, + "lg": 3rem, + "xl": 4rem +) !default; diff --git a/scss/tabler-payments.scss b/scss/tabler-payments.scss new file mode 100644 index 00000000..183adbc4 --- /dev/null +++ b/scss/tabler-payments.scss @@ -0,0 +1,10 @@ +/*! + * Tabler Payments (v0.1.0) + * Copyright 2018-2019 The Tabler Authors + * Copyright 2018-2019 codecalm + * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) + */ + + @import "config"; + @import "ui/payments"; + \ No newline at end of file diff --git a/scss/ui/_payments.scss b/scss/ui/_payments.scss new file mode 100644 index 00000000..f128937b --- /dev/null +++ b/scss/ui/_payments.scss @@ -0,0 +1,26 @@ +$payment-icons: ('2checkout-dark', '2checkout', 'alipay-dark', 'alipay', 'amazon-dark', 'amazon', 'americanexpress-dark', 'americanexpress', 'applepay-dark', 'applepay', 'bancontact-dark', 'bancontact', 'bitcoin-dark', 'bitcoin', 'bitpay-dark', 'bitpay', 'cirrus-dark', 'cirrus', 'clickandbuy-dark', 'clickandbuy', 'coinkite-dark', 'coinkite', 'dinersclub-dark', 'dinersclub', 'directdebit-dark', 'directdebit', 'discover-dark', 'discover', 'dwolla-dark', 'dwolla', 'ebay-dark', 'ebay', 'eway-dark', 'eway', 'giropay-dark', 'giropay', 'googlewallet-dark', 'googlewallet', 'ingenico-dark', 'ingenico', 'jcb-dark', 'jcb', 'klarna-dark', 'klarna', 'laser-dark', 'laser', 'maestro-dark', 'maestro', 'mastercard-dark', 'mastercard', 'monero-dark', 'monero', 'neteller-dark', 'neteller', 'ogone-dark', 'ogone', 'okpay-dark', 'okpay', 'paybox-dark', 'paybox', 'paymill-dark', 'paymill', 'payone-dark', 'payone', 'payoneer-dark', 'payoneer', 'paypal-dark', 'paypal', 'paysafecard-dark', 'paysafecard', 'payu-dark', 'payu', 'payza-dark', 'payza', 'ripple-dark', 'ripple', 'sage-dark', 'sage', 'sepa-dark', 'sepa', 'shopify-dark', 'shopify', 'skrill-dark', 'skrill', 'solo-dark', 'solo', 'square-dark', 'square', 'stripe-dark', 'stripe', 'switch-dark', 'switch', 'ukash-dark', 'ukash', 'unionpay-dark', 'unionpay', 'verifone-dark', 'verifone', 'verisign-dark', 'verisign', 'visa-dark', 'visa', 'webmoney-dark', 'webmoney', 'westernunion-dark', 'westernunion', 'worldpay-dark', 'worldpay'); + +.payment { + width: 2.5rem; + height: 1.5rem; + display: inline-block; + background: no-repeat center/100% 100%; + vertical-align: bottom; + font-style: normal; + box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1); + border-radius: 2px; + +} + +@each $payment in $payment-icons { + .payment-#{$payment} { + background-image: url('../../static/img/payments/' + $payment + '.svg'); + } +} + +@each $payment-size, $size in $payment-sizes { + .payment-size-#{$payment-size} { + width: $size * 1.66666; + height: $size; + } +} diff --git a/static/img/payments/2checkout-dark.svg b/static/img/payments/2checkout-dark.svg new file mode 100644 index 00000000..c61fb140 --- /dev/null +++ b/static/img/payments/2checkout-dark.svg @@ -0,0 +1 @@ +2checkout-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/2checkout.svg b/static/img/payments/2checkout.svg new file mode 100644 index 00000000..6dd6537d --- /dev/null +++ b/static/img/payments/2checkout.svg @@ -0,0 +1 @@ +2checkout-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/alipay-dark.svg b/static/img/payments/alipay-dark.svg new file mode 100644 index 00000000..0959682f --- /dev/null +++ b/static/img/payments/alipay-dark.svg @@ -0,0 +1 @@ +AliPay-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/alipay.svg b/static/img/payments/alipay.svg new file mode 100644 index 00000000..8ac60eda --- /dev/null +++ b/static/img/payments/alipay.svg @@ -0,0 +1 @@ +AliPay-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/amazon-dark.svg b/static/img/payments/amazon-dark.svg new file mode 100644 index 00000000..1a57e5e8 --- /dev/null +++ b/static/img/payments/amazon-dark.svg @@ -0,0 +1 @@ +Amazon-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/amazon.svg b/static/img/payments/amazon.svg new file mode 100644 index 00000000..9c103a95 --- /dev/null +++ b/static/img/payments/amazon.svg @@ -0,0 +1 @@ +Amazon-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/americanexpress-dark.svg b/static/img/payments/americanexpress-dark.svg new file mode 100644 index 00000000..574c9583 --- /dev/null +++ b/static/img/payments/americanexpress-dark.svg @@ -0,0 +1 @@ +AmericanExpress-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/americanexpress.svg b/static/img/payments/americanexpress.svg new file mode 100644 index 00000000..c300f96d --- /dev/null +++ b/static/img/payments/americanexpress.svg @@ -0,0 +1 @@ +AmericanExpress-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/applepay-dark.svg b/static/img/payments/applepay-dark.svg new file mode 100644 index 00000000..9f752f6b --- /dev/null +++ b/static/img/payments/applepay-dark.svg @@ -0,0 +1 @@ +ApplePay-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/applepay.svg b/static/img/payments/applepay.svg new file mode 100644 index 00000000..a3bc1c49 --- /dev/null +++ b/static/img/payments/applepay.svg @@ -0,0 +1 @@ +ApplePay-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/bancontact-dark.svg b/static/img/payments/bancontact-dark.svg new file mode 100644 index 00000000..6b84177a --- /dev/null +++ b/static/img/payments/bancontact-dark.svg @@ -0,0 +1 @@ +Bancontact-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/bancontact.svg b/static/img/payments/bancontact.svg new file mode 100644 index 00000000..4f74650c --- /dev/null +++ b/static/img/payments/bancontact.svg @@ -0,0 +1 @@ +Bancontact-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/bitcoin-dark.svg b/static/img/payments/bitcoin-dark.svg new file mode 100644 index 00000000..5a871ee0 --- /dev/null +++ b/static/img/payments/bitcoin-dark.svg @@ -0,0 +1 @@ +Bitcoin-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/bitcoin.svg b/static/img/payments/bitcoin.svg new file mode 100644 index 00000000..e0c06561 --- /dev/null +++ b/static/img/payments/bitcoin.svg @@ -0,0 +1 @@ +Bitcoin-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/bitpay-dark.svg b/static/img/payments/bitpay-dark.svg new file mode 100644 index 00000000..5954891f --- /dev/null +++ b/static/img/payments/bitpay-dark.svg @@ -0,0 +1 @@ +Bitpay-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/bitpay.svg b/static/img/payments/bitpay.svg new file mode 100644 index 00000000..96536308 --- /dev/null +++ b/static/img/payments/bitpay.svg @@ -0,0 +1 @@ +Bitpay-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/cirrus-dark.svg b/static/img/payments/cirrus-dark.svg new file mode 100644 index 00000000..28af2a4d --- /dev/null +++ b/static/img/payments/cirrus-dark.svg @@ -0,0 +1 @@ +Cirrus-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/cirrus.svg b/static/img/payments/cirrus.svg new file mode 100644 index 00000000..56160ef8 --- /dev/null +++ b/static/img/payments/cirrus.svg @@ -0,0 +1 @@ +Cirrus-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/clickandbuy-dark.svg b/static/img/payments/clickandbuy-dark.svg new file mode 100644 index 00000000..6e147350 --- /dev/null +++ b/static/img/payments/clickandbuy-dark.svg @@ -0,0 +1 @@ +Clickandbuy-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/clickandbuy.svg b/static/img/payments/clickandbuy.svg new file mode 100644 index 00000000..719fd882 --- /dev/null +++ b/static/img/payments/clickandbuy.svg @@ -0,0 +1 @@ +Clickandbuy-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/coinkite-dark.svg b/static/img/payments/coinkite-dark.svg new file mode 100644 index 00000000..019f934e --- /dev/null +++ b/static/img/payments/coinkite-dark.svg @@ -0,0 +1 @@ +CoinKite-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/coinkite.svg b/static/img/payments/coinkite.svg new file mode 100644 index 00000000..b31a1bc4 --- /dev/null +++ b/static/img/payments/coinkite.svg @@ -0,0 +1 @@ +Coinkite-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/dinersclub-dark.svg b/static/img/payments/dinersclub-dark.svg new file mode 100644 index 00000000..4b15a210 --- /dev/null +++ b/static/img/payments/dinersclub-dark.svg @@ -0,0 +1 @@ +DinersClub-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/dinersclub.svg b/static/img/payments/dinersclub.svg new file mode 100644 index 00000000..c907b0d2 --- /dev/null +++ b/static/img/payments/dinersclub.svg @@ -0,0 +1 @@ +DinersClub-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/directdebit-dark.svg b/static/img/payments/directdebit-dark.svg new file mode 100644 index 00000000..4fcacfa1 --- /dev/null +++ b/static/img/payments/directdebit-dark.svg @@ -0,0 +1 @@ +DirectDebit-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/directdebit.svg b/static/img/payments/directdebit.svg new file mode 100644 index 00000000..37ad454c --- /dev/null +++ b/static/img/payments/directdebit.svg @@ -0,0 +1 @@ +DirectDebit-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/discover-dark.svg b/static/img/payments/discover-dark.svg new file mode 100644 index 00000000..bb3ca4cb --- /dev/null +++ b/static/img/payments/discover-dark.svg @@ -0,0 +1 @@ +Discover-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/discover.svg b/static/img/payments/discover.svg new file mode 100644 index 00000000..6e89ad8b --- /dev/null +++ b/static/img/payments/discover.svg @@ -0,0 +1 @@ +Discover-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/dwolla-dark.svg b/static/img/payments/dwolla-dark.svg new file mode 100644 index 00000000..abfbe8e0 --- /dev/null +++ b/static/img/payments/dwolla-dark.svg @@ -0,0 +1 @@ +Dwolla-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/dwolla.svg b/static/img/payments/dwolla.svg new file mode 100644 index 00000000..772c0847 --- /dev/null +++ b/static/img/payments/dwolla.svg @@ -0,0 +1 @@ +Dwolla-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/ebay-dark.svg b/static/img/payments/ebay-dark.svg new file mode 100644 index 00000000..19f5fbc1 --- /dev/null +++ b/static/img/payments/ebay-dark.svg @@ -0,0 +1 @@ +Ebay-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/ebay.svg b/static/img/payments/ebay.svg new file mode 100644 index 00000000..a50f1d13 --- /dev/null +++ b/static/img/payments/ebay.svg @@ -0,0 +1 @@ +Ebay-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/eway-dark.svg b/static/img/payments/eway-dark.svg new file mode 100644 index 00000000..9efc3ab2 --- /dev/null +++ b/static/img/payments/eway-dark.svg @@ -0,0 +1 @@ +Eway-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/eway.svg b/static/img/payments/eway.svg new file mode 100644 index 00000000..248503bc --- /dev/null +++ b/static/img/payments/eway.svg @@ -0,0 +1 @@ +Eway-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/giropay-dark.svg b/static/img/payments/giropay-dark.svg new file mode 100644 index 00000000..2e074168 --- /dev/null +++ b/static/img/payments/giropay-dark.svg @@ -0,0 +1 @@ +GiroPay-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/giropay.svg b/static/img/payments/giropay.svg new file mode 100644 index 00000000..f1da29ce --- /dev/null +++ b/static/img/payments/giropay.svg @@ -0,0 +1 @@ +GiroPay-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/googlewallet-dark.svg b/static/img/payments/googlewallet-dark.svg new file mode 100644 index 00000000..49c32a4b --- /dev/null +++ b/static/img/payments/googlewallet-dark.svg @@ -0,0 +1 @@ +GoogleWallet-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/googlewallet.svg b/static/img/payments/googlewallet.svg new file mode 100644 index 00000000..4423d949 --- /dev/null +++ b/static/img/payments/googlewallet.svg @@ -0,0 +1 @@ +GoogleWallet-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/ingenico-dark.svg b/static/img/payments/ingenico-dark.svg new file mode 100644 index 00000000..ef252951 --- /dev/null +++ b/static/img/payments/ingenico-dark.svg @@ -0,0 +1 @@ +Ingenico-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/ingenico.svg b/static/img/payments/ingenico.svg new file mode 100644 index 00000000..03f64bf3 --- /dev/null +++ b/static/img/payments/ingenico.svg @@ -0,0 +1 @@ +Ingenico-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/jcb-dark.svg b/static/img/payments/jcb-dark.svg new file mode 100644 index 00000000..8fcdd6c0 --- /dev/null +++ b/static/img/payments/jcb-dark.svg @@ -0,0 +1 @@ +JCB-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/jcb.svg b/static/img/payments/jcb.svg new file mode 100644 index 00000000..3ecc0843 --- /dev/null +++ b/static/img/payments/jcb.svg @@ -0,0 +1 @@ +JCB-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/klarna-dark.svg b/static/img/payments/klarna-dark.svg new file mode 100644 index 00000000..772558a1 --- /dev/null +++ b/static/img/payments/klarna-dark.svg @@ -0,0 +1 @@ +Klarna-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/klarna.svg b/static/img/payments/klarna.svg new file mode 100644 index 00000000..47359a38 --- /dev/null +++ b/static/img/payments/klarna.svg @@ -0,0 +1 @@ +Klarna-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/laser-dark.svg b/static/img/payments/laser-dark.svg new file mode 100644 index 00000000..682534cc --- /dev/null +++ b/static/img/payments/laser-dark.svg @@ -0,0 +1 @@ +Laser-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/laser.svg b/static/img/payments/laser.svg new file mode 100644 index 00000000..f5754eaa --- /dev/null +++ b/static/img/payments/laser.svg @@ -0,0 +1 @@ +Laser-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/maestro-dark.svg b/static/img/payments/maestro-dark.svg new file mode 100644 index 00000000..2464d396 --- /dev/null +++ b/static/img/payments/maestro-dark.svg @@ -0,0 +1 @@ +Maestro-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/maestro.svg b/static/img/payments/maestro.svg new file mode 100644 index 00000000..b18b89e7 --- /dev/null +++ b/static/img/payments/maestro.svg @@ -0,0 +1 @@ +Maestro-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/mastercard-dark.svg b/static/img/payments/mastercard-dark.svg new file mode 100644 index 00000000..c5062ebc --- /dev/null +++ b/static/img/payments/mastercard-dark.svg @@ -0,0 +1 @@ +MasterCard-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/mastercard.svg b/static/img/payments/mastercard.svg new file mode 100644 index 00000000..f70f2572 --- /dev/null +++ b/static/img/payments/mastercard.svg @@ -0,0 +1 @@ +MasterCard-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/monero-dark.svg b/static/img/payments/monero-dark.svg new file mode 100644 index 00000000..497dd601 --- /dev/null +++ b/static/img/payments/monero-dark.svg @@ -0,0 +1 @@ +Monero-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/monero.svg b/static/img/payments/monero.svg new file mode 100644 index 00000000..2a1d4341 --- /dev/null +++ b/static/img/payments/monero.svg @@ -0,0 +1 @@ +Monero-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/neteller-dark.svg b/static/img/payments/neteller-dark.svg new file mode 100644 index 00000000..f6c76c14 --- /dev/null +++ b/static/img/payments/neteller-dark.svg @@ -0,0 +1 @@ +Neteller-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/neteller.svg b/static/img/payments/neteller.svg new file mode 100644 index 00000000..433e3a18 --- /dev/null +++ b/static/img/payments/neteller.svg @@ -0,0 +1 @@ +Neteller-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/ogone-dark.svg b/static/img/payments/ogone-dark.svg new file mode 100644 index 00000000..5847469f --- /dev/null +++ b/static/img/payments/ogone-dark.svg @@ -0,0 +1 @@ +Ogone-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/ogone.svg b/static/img/payments/ogone.svg new file mode 100644 index 00000000..dd0e5157 --- /dev/null +++ b/static/img/payments/ogone.svg @@ -0,0 +1 @@ +Ogone-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/okpay-dark.svg b/static/img/payments/okpay-dark.svg new file mode 100644 index 00000000..50a22c35 --- /dev/null +++ b/static/img/payments/okpay-dark.svg @@ -0,0 +1 @@ +OkPay-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/okpay.svg b/static/img/payments/okpay.svg new file mode 100644 index 00000000..11667282 --- /dev/null +++ b/static/img/payments/okpay.svg @@ -0,0 +1 @@ +OkPay-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/paybox-dark.svg b/static/img/payments/paybox-dark.svg new file mode 100644 index 00000000..464ba31a --- /dev/null +++ b/static/img/payments/paybox-dark.svg @@ -0,0 +1 @@ +Paybox-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/paybox.svg b/static/img/payments/paybox.svg new file mode 100644 index 00000000..8ea00796 --- /dev/null +++ b/static/img/payments/paybox.svg @@ -0,0 +1 @@ +Paybox-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/paymill-dark.svg b/static/img/payments/paymill-dark.svg new file mode 100644 index 00000000..4c5db48f --- /dev/null +++ b/static/img/payments/paymill-dark.svg @@ -0,0 +1 @@ +Paymill-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/paymill.svg b/static/img/payments/paymill.svg new file mode 100644 index 00000000..fc748735 --- /dev/null +++ b/static/img/payments/paymill.svg @@ -0,0 +1 @@ +Paymill-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/payone-dark.svg b/static/img/payments/payone-dark.svg new file mode 100644 index 00000000..7d65a78b --- /dev/null +++ b/static/img/payments/payone-dark.svg @@ -0,0 +1 @@ +Payone-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/payone.svg b/static/img/payments/payone.svg new file mode 100644 index 00000000..a0c70b70 --- /dev/null +++ b/static/img/payments/payone.svg @@ -0,0 +1 @@ +Payone-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/payoneer-dark.svg b/static/img/payments/payoneer-dark.svg new file mode 100644 index 00000000..36b371c2 --- /dev/null +++ b/static/img/payments/payoneer-dark.svg @@ -0,0 +1 @@ +Payoneer-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/payoneer.svg b/static/img/payments/payoneer.svg new file mode 100644 index 00000000..357d0755 --- /dev/null +++ b/static/img/payments/payoneer.svg @@ -0,0 +1 @@ +Payoneer-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/paypal-dark.svg b/static/img/payments/paypal-dark.svg new file mode 100644 index 00000000..3d613c51 --- /dev/null +++ b/static/img/payments/paypal-dark.svg @@ -0,0 +1 @@ +Paypal-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/paypal.svg b/static/img/payments/paypal.svg new file mode 100644 index 00000000..36df6e95 --- /dev/null +++ b/static/img/payments/paypal.svg @@ -0,0 +1 @@ +Paypal-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/paysafecard-dark.svg b/static/img/payments/paysafecard-dark.svg new file mode 100644 index 00000000..897b7909 --- /dev/null +++ b/static/img/payments/paysafecard-dark.svg @@ -0,0 +1 @@ +PaysafeCard-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/paysafecard.svg b/static/img/payments/paysafecard.svg new file mode 100644 index 00000000..f8ad324d --- /dev/null +++ b/static/img/payments/paysafecard.svg @@ -0,0 +1 @@ +PaysafeCard-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/payu-dark.svg b/static/img/payments/payu-dark.svg new file mode 100644 index 00000000..aef45df2 --- /dev/null +++ b/static/img/payments/payu-dark.svg @@ -0,0 +1 @@ +PayU-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/payu.svg b/static/img/payments/payu.svg new file mode 100644 index 00000000..93664375 --- /dev/null +++ b/static/img/payments/payu.svg @@ -0,0 +1 @@ +PayU-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/payza-dark.svg b/static/img/payments/payza-dark.svg new file mode 100644 index 00000000..419fd550 --- /dev/null +++ b/static/img/payments/payza-dark.svg @@ -0,0 +1 @@ +Payza-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/payza.svg b/static/img/payments/payza.svg new file mode 100644 index 00000000..76252431 --- /dev/null +++ b/static/img/payments/payza.svg @@ -0,0 +1 @@ +Payza-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/ripple-dark.svg b/static/img/payments/ripple-dark.svg new file mode 100644 index 00000000..5fecdd71 --- /dev/null +++ b/static/img/payments/ripple-dark.svg @@ -0,0 +1 @@ +Ripple-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/ripple.svg b/static/img/payments/ripple.svg new file mode 100644 index 00000000..62c0b588 --- /dev/null +++ b/static/img/payments/ripple.svg @@ -0,0 +1 @@ +Ripple-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/sage-dark.svg b/static/img/payments/sage-dark.svg new file mode 100644 index 00000000..84cff147 --- /dev/null +++ b/static/img/payments/sage-dark.svg @@ -0,0 +1 @@ +Sage-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/sage.svg b/static/img/payments/sage.svg new file mode 100644 index 00000000..11623bdf --- /dev/null +++ b/static/img/payments/sage.svg @@ -0,0 +1 @@ +Sage-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/sepa-dark.svg b/static/img/payments/sepa-dark.svg new file mode 100644 index 00000000..5db63235 --- /dev/null +++ b/static/img/payments/sepa-dark.svg @@ -0,0 +1 @@ +Sepa-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/sepa.svg b/static/img/payments/sepa.svg new file mode 100644 index 00000000..845952a2 --- /dev/null +++ b/static/img/payments/sepa.svg @@ -0,0 +1 @@ +Sepa-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/shopify-dark.svg b/static/img/payments/shopify-dark.svg new file mode 100644 index 00000000..c0265cd1 --- /dev/null +++ b/static/img/payments/shopify-dark.svg @@ -0,0 +1 @@ +Shopify-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/shopify.svg b/static/img/payments/shopify.svg new file mode 100644 index 00000000..084fbed8 --- /dev/null +++ b/static/img/payments/shopify.svg @@ -0,0 +1 @@ +Shopify-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/skrill-dark.svg b/static/img/payments/skrill-dark.svg new file mode 100644 index 00000000..e1008353 --- /dev/null +++ b/static/img/payments/skrill-dark.svg @@ -0,0 +1 @@ +Skrill-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/skrill.svg b/static/img/payments/skrill.svg new file mode 100644 index 00000000..5ad3300b --- /dev/null +++ b/static/img/payments/skrill.svg @@ -0,0 +1 @@ +Skrill-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/solo-dark.svg b/static/img/payments/solo-dark.svg new file mode 100644 index 00000000..bbe6e3b6 --- /dev/null +++ b/static/img/payments/solo-dark.svg @@ -0,0 +1 @@ +Solo-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/solo.svg b/static/img/payments/solo.svg new file mode 100644 index 00000000..344c23b9 --- /dev/null +++ b/static/img/payments/solo.svg @@ -0,0 +1 @@ +Solo-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/square-dark.svg b/static/img/payments/square-dark.svg new file mode 100644 index 00000000..acfbca90 --- /dev/null +++ b/static/img/payments/square-dark.svg @@ -0,0 +1 @@ +Square-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/square.svg b/static/img/payments/square.svg new file mode 100644 index 00000000..e775d863 --- /dev/null +++ b/static/img/payments/square.svg @@ -0,0 +1 @@ +Square-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/stripe-dark.svg b/static/img/payments/stripe-dark.svg new file mode 100644 index 00000000..466fd87d --- /dev/null +++ b/static/img/payments/stripe-dark.svg @@ -0,0 +1 @@ +Stripe-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/stripe.svg b/static/img/payments/stripe.svg new file mode 100644 index 00000000..4bafa86c --- /dev/null +++ b/static/img/payments/stripe.svg @@ -0,0 +1 @@ +Stripe-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/switch-dark.svg b/static/img/payments/switch-dark.svg new file mode 100644 index 00000000..4e878797 --- /dev/null +++ b/static/img/payments/switch-dark.svg @@ -0,0 +1 @@ +Switch-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/switch.svg b/static/img/payments/switch.svg new file mode 100644 index 00000000..e4a8e5b0 --- /dev/null +++ b/static/img/payments/switch.svg @@ -0,0 +1 @@ +Switch-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/ukash-dark.svg b/static/img/payments/ukash-dark.svg new file mode 100644 index 00000000..f48a474d --- /dev/null +++ b/static/img/payments/ukash-dark.svg @@ -0,0 +1 @@ +Ukash-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/ukash.svg b/static/img/payments/ukash.svg new file mode 100644 index 00000000..fd22ed2d --- /dev/null +++ b/static/img/payments/ukash.svg @@ -0,0 +1 @@ +Ukash-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/unionpay-dark.svg b/static/img/payments/unionpay-dark.svg new file mode 100644 index 00000000..4665ee93 --- /dev/null +++ b/static/img/payments/unionpay-dark.svg @@ -0,0 +1 @@ +UnionPay-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/unionpay.svg b/static/img/payments/unionpay.svg new file mode 100644 index 00000000..90bdea51 --- /dev/null +++ b/static/img/payments/unionpay.svg @@ -0,0 +1 @@ +UnionPay-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/verifone-dark.svg b/static/img/payments/verifone-dark.svg new file mode 100644 index 00000000..9215cc6d --- /dev/null +++ b/static/img/payments/verifone-dark.svg @@ -0,0 +1 @@ +Verifone-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/verifone.svg b/static/img/payments/verifone.svg new file mode 100644 index 00000000..f7ffab86 --- /dev/null +++ b/static/img/payments/verifone.svg @@ -0,0 +1 @@ +Verifone-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/verisign-dark.svg b/static/img/payments/verisign-dark.svg new file mode 100644 index 00000000..2f47d3a3 --- /dev/null +++ b/static/img/payments/verisign-dark.svg @@ -0,0 +1 @@ +VeriSign-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/verisign.svg b/static/img/payments/verisign.svg new file mode 100644 index 00000000..a557a0dd --- /dev/null +++ b/static/img/payments/verisign.svg @@ -0,0 +1 @@ +VeriSign-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/visa-dark.svg b/static/img/payments/visa-dark.svg new file mode 100644 index 00000000..95619ac3 --- /dev/null +++ b/static/img/payments/visa-dark.svg @@ -0,0 +1 @@ +Visa-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/visa.svg b/static/img/payments/visa.svg new file mode 100644 index 00000000..f8d98135 --- /dev/null +++ b/static/img/payments/visa.svg @@ -0,0 +1 @@ +Visa-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/webmoney-dark.svg b/static/img/payments/webmoney-dark.svg new file mode 100644 index 00000000..ab37c57a --- /dev/null +++ b/static/img/payments/webmoney-dark.svg @@ -0,0 +1 @@ +WebMoney-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/webmoney.svg b/static/img/payments/webmoney.svg new file mode 100644 index 00000000..c745bffd --- /dev/null +++ b/static/img/payments/webmoney.svg @@ -0,0 +1 @@ +WebMoney-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/westernunion-dark.svg b/static/img/payments/westernunion-dark.svg new file mode 100644 index 00000000..a1826ff6 --- /dev/null +++ b/static/img/payments/westernunion-dark.svg @@ -0,0 +1 @@ +WesternUnion-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/westernunion.svg b/static/img/payments/westernunion.svg new file mode 100644 index 00000000..5c55f712 --- /dev/null +++ b/static/img/payments/westernunion.svg @@ -0,0 +1 @@ +WesternUnion-lightCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/worldpay-dark.svg b/static/img/payments/worldpay-dark.svg new file mode 100644 index 00000000..a1dc42d5 --- /dev/null +++ b/static/img/payments/worldpay-dark.svg @@ -0,0 +1 @@ +WorldPay-darkCreated with Sketch. \ No newline at end of file diff --git a/static/img/payments/worldpay.svg b/static/img/payments/worldpay.svg new file mode 100644 index 00000000..d48408b2 --- /dev/null +++ b/static/img/payments/worldpay.svg @@ -0,0 +1 @@ +WorldPay-lightCreated with Sketch. \ No newline at end of file -- GitLab