changes on front office template UI
This commit is contained in:
committed by
Julien Chanseaume
parent
ca3cdb278c
commit
953a6300f9
@@ -8258,6 +8258,10 @@ fieldset[disabled] .checkout-progress .btn-step.active {
|
||||
.table-cart tbody td.unitprice .old-price .price {
|
||||
font-size: 14px;
|
||||
}
|
||||
.table-cart tbody td.unitprice .secondary-price .price {
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
}
|
||||
.table-cart tbody td.qty .group-qty {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@@ -8275,6 +8279,20 @@ fieldset[disabled] .checkout-progress .btn-step.active {
|
||||
border-bottom-color: transparent;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
.table-cart-total td {
|
||||
width: 50%;
|
||||
}
|
||||
.table-cart-total td.shipping .price {
|
||||
color: #7a7a7a;
|
||||
font-size: 19px;
|
||||
}
|
||||
.table-cart-total td.total .price {
|
||||
font-size: 19px;
|
||||
}
|
||||
.table-cart-total td.empty {
|
||||
border-bottom-color: transparent;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
.cart-warning {
|
||||
clear: both;
|
||||
padding: 15px;
|
||||
|
||||
Reference in New Issue
Block a user