Modification of Product for display good informations about the product

This commit is contained in:
badsuricate
2013-10-14 14:35:11 +02:00
parent b5f57a4819
commit d1d234919b
4 changed files with 128 additions and 40 deletions

View File

@@ -15,10 +15,20 @@
.in-stock {
font-style: italic;
text-transform: uppercase;
.quantity{
font-style: italic;
}
}
// Out of Stock
.out-of-stock {
font-style: italic; font-weight: bold;
text-transform: uppercase;
}
// Out of Stock
.out-of-stock {}
#stockInformations{
}
}