My Account page UI

This commit is contained in:
Abhiram
2023-04-24 14:31:15 +05:30
parent 9aed733cc5
commit 0bfbd9cabf
7 changed files with 98 additions and 28 deletions
+7 -1
View File
@@ -1911,4 +1911,10 @@ background: linear-gradient(75deg, rgb(56 89 118) 51%, rgb(107 18 111) 89%)
min-height: 100%;
max-height: 100% !important;
}
.user_order_details.rounded.mb-3 .text-info {
color:#0a1322 !important;
}
.text-blue{
color:#0a1322 !important;
}
+3 -3
View File
@@ -6409,9 +6409,9 @@ margin-bottom: 0.5rem !important;
}
.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
background-color: #0A1039;
border-color: #0A1039;
color: #ffffff;
background: linear-gradient(145deg,rgb(27,45,83,0.9),rgb(10,19,34)) !important;
/* border: solid 2px rgb(10,19,34)!important; */
color: white !important;
}
.myaccount-tab-menu a i.fa {