Quickfix: unwanted border-right on bulk buy buttons

This commit is contained in:
Matt-Yorkley
2020-10-20 16:59:18 +01:00
committed by Maikel Linke
parent db53848092
commit fb482fc1c7

View File

@@ -58,7 +58,7 @@ button.add-variant {
button.variant-quantity {
width: 3rem;
&:nth-of-type(1) {
&:nth-of-type(1):not(.bulk-buy):not(.bulk-buy-add) {
border-right: .1em solid $orange-400;
}
}