improved produc detail page, fixed quick view issue
This commit is contained in:
committed by
Julien Chanseaume
parent
4e1e082a7c
commit
691553060b
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user