changes on front office template UI
This commit is contained in:
committed by
Julien Chanseaume
parent
ca3cdb278c
commit
953a6300f9
@@ -47,6 +47,12 @@
|
||||
font-size: @font-size-base;
|
||||
}
|
||||
}
|
||||
.secondary-price {
|
||||
.price {
|
||||
font-size: @font-size-base;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.qty {
|
||||
.group-qty {
|
||||
@@ -82,6 +88,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
.table-cart-total{
|
||||
td {
|
||||
width: 50%;
|
||||
&.coupon {}
|
||||
&.total {
|
||||
.price {
|
||||
font-size: ceil(@font-size-base * 1.3);
|
||||
}
|
||||
}
|
||||
&.empty {
|
||||
border-bottom-color: transparent; border-left-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Message if no product in the cart
|
||||
.cart-warning {
|
||||
clear: both;
|
||||
|
||||
Reference in New Issue
Block a user