reimplemented login system and added state list component.

This commit is contained in:
2023-05-05 12:08:51 +05:30
parent c564c38bf3
commit a826e188ed
20 changed files with 1797 additions and 2082 deletions
+4 -2
View File
@@ -1541,7 +1541,8 @@ display: none;
/* Styles for verification */
.pswd_info {
position: absolute;
top: 100%;
top: -160px;
right: 0;
width: 250px;
padding: 10px;
background: #fefefe;
@@ -1555,13 +1556,14 @@ display: none;
.pswd_info::before {
content: "\25B2";
position: absolute;
top: -12px;
bottom: -12px;
left: 45%;
font-size: 14px;
line-height: 14px;
color: #ddd;
text-shadow: none;
display: block;
transform: rotate(180deg);
}
.pswd_invalid {
+36
View File
@@ -31822,4 +31822,40 @@ input[type=number]::-webkit-outer-spin-button {
#carouselExampleAutoplaying{
padding-top: 3rem;
}
.services.bg-gradient-anwi{
display: none;
}
}
.form-control.is-invalid, .was-validated .form-control:invalid{
background-image: none !important;
}
.authloginLoadingBtn,.otploading {
width: 20px;
height: 20px;
}
.btnForgotback{
cursor: pointer;
}
.smallcart .btndeletecart{
position: absolute;
top: -35%;
right: 0;
font-size: 25px;
}
.stateBoxParent{
position: relative;
}
.stateBox{
height: 170px;
position: absolute;
bottom: -170px;
width: 94%;
z-index: 1;
overflow-y: auto;
}