Remove margin bottom on the Quantity dropdown

This commit is contained in:
touffies
2013-10-25 11:37:28 +02:00
parent 64260d7429
commit 8fe2955726

View File

@@ -48,7 +48,11 @@
}
}
}
&.qty {}
&.qty {
.group-qty {
margin-bottom: 0;
}
}
&.subprice {
.price {
color: @brand-primary;