changes on front office template UI

This commit is contained in:
Julien Chanséaume
2014-07-28 17:08:21 +02:00
committed by Julien Chanseaume
parent ca3cdb278c
commit 953a6300f9
6 changed files with 169 additions and 68 deletions

View File

@@ -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;