Reduce specificity in cart css rules

This commit is contained in:
Matt-Yorkley
2020-06-04 10:55:12 +02:00
parent b58ccc02ee
commit 850e1b0364
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@
border-spacing: 0;
margin: 0;
tr.product-cart {
.product-cart {
background-color: $white;
td {

View File

@@ -30,7 +30,7 @@
cursor: pointer;
}
tr.bought td {
.bought td {
color: $med-grey;
h5 {