suresh
This commit is contained in:
parent
da6f47fe41
commit
7e8af17b26
@ -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';
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user