Changes in my account and order details..
This commit is contained in:
Vendored
+45
-2
@@ -6444,11 +6444,13 @@ margin-bottom: 0.5rem !important;
|
||||
margin-top: -20px;
|
||||
} */
|
||||
|
||||
.myaccount-content h3 {
|
||||
font-size: 20px;
|
||||
.myaccount-content .profile_head {
|
||||
border-bottom: 1px dashed #ccc;
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
.myaccount-content h3 {
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
@@ -6506,7 +6508,24 @@ margin-bottom: 0.5rem !important;
|
||||
.myaccount-content .account-details-form .single-input-item input:focus {
|
||||
border-bottom: 1px solid #354060;
|
||||
}
|
||||
.profile_info.cursor-notvalid , .profile_info_pass.cursor-notvalid{
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.Theme_btn{
|
||||
border: none;
|
||||
background: linear-gradient(145deg,rgb(27,45,83,0.9),rgb(10,19,34)) !important;
|
||||
text-transform: uppercase;
|
||||
font-weight: 600;
|
||||
padding: 9px 25px;
|
||||
color: #fff;
|
||||
font-size: 13px;
|
||||
}
|
||||
.profile_head .edit_sec .check-btn:hover{
|
||||
color:#2843c7;
|
||||
cursor: pointer;
|
||||
transition:linear cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
||||
}
|
||||
.myaccount-content .account-details-form .single-input-item button {
|
||||
border: none;
|
||||
background-color: #0A1039;
|
||||
@@ -31717,4 +31736,28 @@ h4.checkout-title::before {
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
input[type=number]::-webkit-inner-spin-button,
|
||||
input[type=number]::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
.select2-container--default{
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.select2-selection__clear span{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.select2-selection__rendered {
|
||||
line-height: 50px !important;
|
||||
}
|
||||
.select2-container .select2-selection--single {
|
||||
height: 60px !important;
|
||||
}
|
||||
.select2-selection__arrow {
|
||||
height: 50px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user