reimplemented login system and added state list component.
This commit is contained in:
Vendored
+4
-2
@@ -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 {
|
||||
|
||||
Vendored
+36
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user