From 4de569579d89601d8fc238ab8c5c785644a55a59 Mon Sep 17 00:00:00 2001 From: palak Date: Thu, 21 Sep 2017 11:05:20 +0530 Subject: [PATCH] design update --- css/custom.css | 8 +++++++- pages/verify.html | 12 ++++++------ script.js | 4 ++-- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/css/custom.css b/css/custom.css index d509af4..1f6c138 100644 --- a/css/custom.css +++ b/css/custom.css @@ -48,6 +48,9 @@ border: 0; border-radius: 0px !important; } +.panel-default{ + border-color: #ddd; +} .video-wrapper{ padding: 16px 0; } @@ -1037,7 +1040,10 @@ input.hidden { .right-side-links{ margin-top: 0; } - + .panel-default{ + border-color: transparent; + box-shadow: none; + } .modal-footers { padding: 19px 20px 20px; margin-top: 15px; diff --git a/pages/verify.html b/pages/verify.html index 5dd63fc..cd2fa51 100644 --- a/pages/verify.html +++ b/pages/verify.html @@ -1,4 +1,4 @@ -
+
@@ -6,7 +6,7 @@
-
+

Payment Verification

@@ -16,15 +16,15 @@
Amount:
-
{{paymentRecord[0].amount}}
+
{{paymentRecord[0].amount}}
Currency:
-
INR
+
INR
Status:
-
{{paymentRecord[0].status}}
+
{{paymentRecord[0].status}}
@@ -39,7 +39,7 @@
-