improved scss variables

This commit is contained in:
TMMeilleur
2013-11-06 15:41:00 +02:00
parent fcb225ac5a
commit 211c36c7a3
63 changed files with 1073 additions and 1241 deletions
+4 -4
View File
@@ -9,7 +9,7 @@ table#product_comparison tbody tr td.product-block {
}
table#product_comparison tbody tr td.td_empty, table#product_comparison tbody tr td.feature-name, table#product_comparison tbody tr.comparison_header {
background: #fbfbfb;
color: #333;
color: #333333;
}
table#product_comparison tbody tr td.comparison_infos {
text-align: center;
@@ -67,7 +67,7 @@ table#product_comparison .product_discount {
padding-top: 5px;
}
table#product_comparison .product_discount .reduced-price {
color: #f00;
color: red;
font-weight: bold;
}
table#product_comparison .product_desc {
@@ -78,8 +78,8 @@ table#product_comparison .button-container a, table#product_comparison .button-c
}
table#product_comparison .comparison_unit_price {
font-size: 17px;
font-family: 'Open Sans', sans-serif;
color: #333;
font-family: "Open Sans", sans-serif;
color: #333333;
font-style: italic;
}