From 7e8af17b26db9e251c8398ab2666b30624183a9c Mon Sep 17 00:00:00 2001 From: suresh Date: Fri, 23 Jun 2023 16:43:39 +0530 Subject: [PATCH] suresh --- app/Config/App.php | 2 +- public/assets/member_css/front-style.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/app/Config/App.php b/app/Config/App.php index 6a69fab..f205634 100644 --- a/app/Config/App.php +++ b/app/Config/App.php @@ -20,7 +20,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/public/assets/member_css/front-style.css b/public/assets/member_css/front-style.css index ac65b28..e6e7f69 100644 --- a/public/assets/member_css/front-style.css +++ b/public/assets/member_css/front-style.css @@ -1268,6 +1268,9 @@ body.checkout .select2-container--default .select2-selection--single .select2-s transform: translateX(20%); } +.mobile-signupbtn, .mobile-logintbn{ + display: none; +} @media (max-width:768px) { .overlay-container{ display: none; @@ -1279,6 +1282,7 @@ body.checkout .select2-container--default .select2-selection--single .select2-s transform: translateX(100%); } .mobile-signupbtn, .mobile-logintbn{ + display: block; border:2px solid var(--blue-color)!important; color:var(--blue-color)!important; } @@ -1884,6 +1888,10 @@ body.checkout .select2-container--default .select2-selection--single .select2-s background:#002b60; color:#fff; } +.login .iti__selected-flag{ + height: auto!important; + margin-top:14px!important +} .login-pwd #pswd_info{ top: 80px!important; right: 0!important;