improved scss variables
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user