changes in orderdetails and warranty and order summary pages

This commit is contained in:
2023-04-24 11:10:08 +05:30
parent 32bb01f2e1
commit 810cfdb096
6 changed files with 197 additions and 228 deletions
+10 -2
View File
@@ -1091,7 +1091,7 @@ html,body{
/* ORDER DETAILS */
.bg-return{
background-color: #f7f0e1 !important;
background-color: #d0f5ff !important;
}
.close_exchange{
bottom:10px;
@@ -1106,7 +1106,7 @@ html,body{
font-size: 1rem !important;
}
.order-summary{
background-color:#f3e2be !important;
background-color:#c8ebff !important;
}
.fs-7{
font-size: 0.7rem;
@@ -1603,4 +1603,12 @@ background: linear-gradient(75deg, rgb(56 89 118) 51%, rgb(107 18 111) 89%)
.fs-60 {
font-size: 60px !important;
padding: 40px 0px !important;
}
.Order_details_section{
position: sticky;
top: 120px;
}
.primary_btn{
background: #0A1039 !important;
color: #fff !important;
}