This commit is contained in:
suresh 2023-06-23 17:57:57 +05:30
parent 7e8af17b26
commit 4f90046120
4 changed files with 12 additions and 9 deletions

View File

@ -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/golf_backend';
// public string $baseURL = 'http://localhost:88/golf_backend';

View File

@ -26,8 +26,6 @@
position: absolute;
}
</style>
<?php
header('Cache-Control: no-cache, no-store, must-revalidate');

View File

@ -205,7 +205,7 @@
<div class="row w-100">
<div class="col-12 mb-3">
<div class="col-12 mb-3 p-0">
<label for="regemail">Email or Username</label>
@ -214,7 +214,7 @@
</div>
<div class="col-12 mb-3 pwd">
<div class="col-12 mb-3 pwd p-0">
<label for="newpassword">Password</label>

View File

@ -1110,7 +1110,7 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
.forget-pwd:hover{
color:var(--pink-color);
}
.account-width .signin-btn, .account-width .signup-btn, .forgetpassword button{
.account-width .signin-btn, .account-width .signup-btn, .forgetpassword button.forget-submit{
width:100%;
border-width:0;
background-color:var(--blue-color);
@ -1119,7 +1119,7 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
border-radius:5px;
text-transform:uppercase;
}
.account-width .signin-btn:hover, .account-width .signup-btn:hover, .forgetpassword button:hover{
.account-width .signin-btn:hover, .account-width .signup-btn:hover, .forgetpassword button.forget-submit:hover{
background-color: var(--pink-color);
}
.account-width .login-btn{
@ -1462,8 +1462,13 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
top: 95px!important;
left:50px!important;
right:0!important
}
#member-pass-save .show-password1 #pswd_info:before{
}
.forgetpassword #pswd_info{
top: 75px!important;
left:50px!important;
right:0!important
}
#member-pass-save .show-password1 #pswd_info:before, .forgetpassword #pswd_info:before{
transform: rotate(45deg);
top:0;
left:45%;