Merge branch 'master' of bitbucket.org:venbainformationtechnology/golf_backend
This commit is contained in:
commit
7517bb265a
@ -19,7 +19,7 @@ class App extends BaseConfig
|
|||||||
*/
|
*/
|
||||||
// public string $baseURL = 'https://mprkv.co.in/devbook';
|
// 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';
|
// public string $baseURL = 'http://localhost:88/golf_backend';
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -26,8 +26,6 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<?php
|
<?php
|
||||||
header('Cache-Control: no-cache, no-store, must-revalidate');
|
header('Cache-Control: no-cache, no-store, must-revalidate');
|
||||||
|
|||||||
@ -205,7 +205,7 @@
|
|||||||
|
|
||||||
<div class="row w-100">
|
<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>
|
<label for="regemail">Email or Username</label>
|
||||||
|
|
||||||
@ -214,7 +214,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 mb-3 pwd">
|
<div class="col-12 mb-3 pwd p-0">
|
||||||
|
|
||||||
<label for="newpassword">Password</label>
|
<label for="newpassword">Password</label>
|
||||||
|
|
||||||
|
|||||||
@ -1110,7 +1110,7 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
|
|||||||
.forget-pwd:hover{
|
.forget-pwd:hover{
|
||||||
color:var(--pink-color);
|
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%;
|
width:100%;
|
||||||
border-width:0;
|
border-width:0;
|
||||||
background-color:var(--blue-color);
|
background-color:var(--blue-color);
|
||||||
@ -1119,7 +1119,7 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
|
|||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
text-transform:uppercase;
|
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);
|
background-color: var(--pink-color);
|
||||||
}
|
}
|
||||||
.account-width .login-btn{
|
.account-width .login-btn{
|
||||||
@ -1462,8 +1462,13 @@ body.checkout .select2-container--default .select2-selection--single .select2-s
|
|||||||
top: 95px!important;
|
top: 95px!important;
|
||||||
left:50px!important;
|
left:50px!important;
|
||||||
right:0!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);
|
transform: rotate(45deg);
|
||||||
top:0;
|
top:0;
|
||||||
left:45%;
|
left:45%;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user