From 5776cb57ebca001162cfb88ff4db183ed8ea7679 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 24 Jun 2023 18:26:51 +0530 Subject: [PATCH] suresh --- app/Views/cart.php | 6 +++--- app/Views/checkout.php | 10 +++++----- app/Views/membership.php | 4 ++-- public/assets/member_css/front-style.css | 9 +++++++-- 4 files changed, 17 insertions(+), 12 deletions(-) diff --git a/app/Views/cart.php b/app/Views/cart.php index 8be1a1d..b98be0c 100644 --- a/app/Views/cart.php +++ b/app/Views/cart.php @@ -130,9 +130,9 @@ -
+
'; + echo '
'; } else { echo '
'; @@ -153,7 +153,7 @@
-
+
diff --git a/app/Views/checkout.php b/app/Views/checkout.php index 0aa5556..8528c82 100644 --- a/app/Views/checkout.php +++ b/app/Views/checkout.php @@ -248,7 +248,7 @@ $web_payment_sdk_url = $_ENV["ENVIRONMENT"] === Environment::PRODUCTION ? "https
-
+
@@ -373,7 +373,7 @@ $web_payment_sdk_url = $_ENV["ENVIRONMENT"] === Environment::PRODUCTION ? "https
-
+
@@ -451,7 +451,7 @@ $web_payment_sdk_url = $_ENV["ENVIRONMENT"] === Environment::PRODUCTION ? "https
-
+
-

Payment Method

+

Payment Method

-
+
diff --git a/app/Views/membership.php b/app/Views/membership.php index e5d2c97..7310003 100644 --- a/app/Views/membership.php +++ b/app/Views/membership.php @@ -137,7 +137,7 @@
-
+
@@ -165,7 +165,7 @@
-
+
diff --git a/public/assets/member_css/front-style.css b/public/assets/member_css/front-style.css index 23054d3..00dcb8d 100644 --- a/public/assets/member_css/front-style.css +++ b/public/assets/member_css/front-style.css @@ -352,6 +352,11 @@ body.cart .quantity{ flex-wrap:wrap; } } +@media (max-width: 576px){ +.reverse-flexbtn{ + flex-direction: column-reverse; +} +} @media (max-width: 992px){ .heading-border{ @@ -640,7 +645,7 @@ body.checkout .select2-container--default .select2-selection--single .select2-s margin-top:30px!important; } } -@media (max-width: 768px){ +@media (max-width: 767px){ .membership-img>div{ border-right-width:0; border-bottom:1px solid #000; @@ -1000,7 +1005,7 @@ body.checkout .select2-container--default .select2-selection--single .select2-s .checkout .product-price, .checkout .product-total{ font-weight:500; } -@media (min-width: 992px){ +@media (min-width: 1200px){ .checkout-inner .order-summary-main{ position: sticky; top: 15px;