Remove margin bottom on the Quantity dropdown
This commit is contained in:
@@ -48,7 +48,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
&.qty {}
|
||||
&.qty {
|
||||
.group-qty {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
&.subprice {
|
||||
.price {
|
||||
color: @brand-primary;
|
||||
|
||||
Reference in New Issue
Block a user