Making out-of-stock products in the cart more visible

This commit is contained in:
Rob Harrington
2017-04-06 18:04:34 +10:00
parent cda43f075b
commit 493a537f2c

View File

@@ -78,6 +78,10 @@
}
}
.out-of-stock {
color: $clr-brick;
}
button, .button {
margin: 0;
}