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;