improved produc detail page, fixed quick view issue

This commit is contained in:
Julien Chanséaume
2014-07-25 11:22:41 +02:00
committed by Julien Chanseaume
parent 4e1e082a7c
commit 691553060b
4 changed files with 262 additions and 299 deletions

View File

@@ -16,7 +16,7 @@
// In Stock
.in-stock {
color: #44B661;
color: @brand-success;
font-style: italic; font-weight: bold;
text-transform: uppercase;
@@ -29,7 +29,7 @@
}
// Out of Stock
.out-of-stock {
color: #FF0000;
color: @brand-warning;
font-style: italic; font-weight: bold;
text-transform: uppercase;