changes in orderdetails and warranty and order summary pages
This commit is contained in:
Vendored
+10
-2
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user