more single product tweaks. #12038

This commit is contained in:
James Koster 2016-11-28 13:12:17 +00:00
parent fad0cab4fe
commit 1a77b4734e
2 changed files with 43 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -205,6 +205,48 @@ ul.products {
.summary {
margin-bottom: 2em;
p.price {
margin-bottom: 2em;
}
}
.woocommerce-product-rating {
margin-bottom: 2em;
line-height: 1;
.star-rating {
float: left;
margin-right: .25em;
}
}
form.cart {
.quantity {
float: left;
margin-right: .5em;
}
input {
width: 5em;
}
}
.woocommerce-variation-add-to-cart {
.button {
padding-top: .72em;
padding-bottom: .72em;
}
}
}
table.variations {
label {
margin: 0;
}
select {
margin-right: .5em;
}
}