diff --git a/images/quickpay_logo_inverse.png b/images/quickpay_logo_inverse.png index 0af49cf..efaee03 100644 Binary files a/images/quickpay_logo_inverse.png and b/images/quickpay_logo_inverse.png differ diff --git a/stylesheets/paymentwindow.css b/stylesheets/paymentwindow.css index 6cda37f..9e83679 100644 --- a/stylesheets/paymentwindow.css +++ b/stylesheets/paymentwindow.css @@ -23,6 +23,52 @@ margin-bottom: 3px; } +.btn { + border-radius: 100px; +} + +.btn-info { + color: #fff; + background-color: #1338FF; + border-color: #1338FF; +} + +.btn-info:focus, +.btn-info.focus { + color: #fff; + background-color: #0F2ED4; + border-color: #0F2ED4 +} + +.btn-info:hover { + color: #fff; + background-color: #0F2ED4; + border-color: #0F2ED4 +} + +.btn-success { + color: #fff; + background-color: #00B478; + border-color: #00B478 +} + +.btn-success:focus, +.btn-success.focus { + color: #fff; + background-color: #008F60; + border-color: #008F60 +} + +.btn-success:hover { + color: #fff; + background-color: #008F60; + border-color: #008F60 +} + +input:focus { + border: 2px solid #0F2ED4!important; +} + /* * General HTML elements @@ -240,6 +286,7 @@ a.btn, button[type="submit"] { margin: 10px 0; border-color: #dedede; background: #fff; + border-radius: 10px; } #alternative-payment-methods .payment-method .btn:hover { margin: 10px 0; diff --git a/templates/layout.liquid b/templates/layout.liquid index a0446a9..f7e4348 100644 --- a/templates/layout.liquid +++ b/templates/layout.liquid @@ -36,10 +36,10 @@
-

QuickPay is your secure, reliable and dynamic payment service provider. Learn more about our services at www.quickpay.net.

+

Quickpay is your secure, reliable and dynamic payment service provider. Learn more about our services at www.quickpay.net.

-

QuickPay operates at the highest level of security and is certified by the PCI Security Standards Council.

+

Quickpay operates at the highest level of security and is certified by the PCI Security Standards Council.

@@ -96,13 +96,13 @@
- About QuickPay + About Quickpay
- About QuickPay Secure + About Quickpay Secure    - About QuickPay {{ model.language | upcase }} + About Quickpay {{ model.language | upcase }}