diff --git a/app/Config/App.php b/app/Config/App.php index 094c0f2..bbb7265 100644 --- a/app/Config/App.php +++ b/app/Config/App.php @@ -19,7 +19,7 @@ class App extends BaseConfig */ // public string $baseURL = 'https://mprkv.co.in/devbook'; public string $baseURL = 'http://localhost/golf_backend'; - // public string $baseURL = 'http://localhost:88/golf_backend'; + //public string $baseURL = 'http://localhost:88/golf_backend'; /** diff --git a/app/Views/payment.php b/app/Views/payment.php index 26a6d70..b1c60fa 100644 --- a/app/Views/payment.php +++ b/app/Views/payment.php @@ -56,51 +56,54 @@
-
+
Your Order
- -
-
-
- /assets/member_images/cart-icon.png" alt="" width="70" height="70"> + +
+
+
+
+ /assets/member_images/cart-icon.png" alt="" width="70" height="70"> +
+
+
+ +
Credits
+ +
+
-
-
-
Credits
- -
-
-
- -
-
$
+ +
+
$
+
-
-
+
+
Subtotal
-
+
$
-
+
Taxes
-
-
+
+
GST :
-
+
$
@@ -114,17 +117,16 @@
$
-
-
+
Total
-
+
$
@@ -132,7 +134,7 @@
-
+
diff --git a/public/assets/member_css/front-style.css b/public/assets/member_css/front-style.css index 94fb12b..05d7d8c 100644 --- a/public/assets/member_css/front-style.css +++ b/public/assets/member_css/front-style.css @@ -1014,15 +1014,14 @@ body.checkout .select2-container--default .select2-selection--single .select2-s color: #475569; } .order{ - padding: 20px 0px; - border-bottom: 2px dashed #E6F1FF; + padding: 20px 0 20px 15px; } .total-list{ - padding: 20px 0px; + padding: 20px 0!important; border-bottom: 2px dashed #E6F1FF; } .sub-total-main{ - padding: 20px 0px; + padding: 20px 0; } .dashboard button{ width: 100%; @@ -1041,8 +1040,9 @@ body.checkout .select2-container--default .select2-selection--single .select2-s background-color:var(--pink-color); } .payment .order-heading{ - font-size:18px; - margin-bottom:20px; + font-size:20px; + margin-bottom:5px; + font-weight:500; } .payment .product-name{ font-size:20px; @@ -1276,8 +1276,7 @@ body.checkout .select2-container--default .select2-selection--single .select2-s float: left; border: 1px solid #ccc; background-color: #f1f1f1; - width:20%; - + width:20%; } /* Style the buttons that are used to open the tab content */ @@ -1318,6 +1317,11 @@ body.checkout .select2-container--default .select2-selection--single .select2-s padding:30px 30px 20px; } + @media (max-width: 992px){ + .tab, .tabcontent { + width:100%; + } + } /*-----------------dashboard- start--------------*/ .dash-head{ background: #FFFFFF;