Skip to content

Commit

Permalink
fix: improved styling for shop and products
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiulodro committed May 8, 2020
1 parent 90e487e commit 7f40004
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions newspack-theme/sass/plugins/woocommerce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ a.button {
}
}

.page-description {
font-size: 1em;
}

form .form-row {
.required {
color: firebrick;
Expand Down Expand Up @@ -252,6 +256,7 @@ ul.products {

li.product {
list-style: none;
display: block;

.woocommerce-loop-product__link {
display: block;
Expand Down Expand Up @@ -292,6 +297,7 @@ ul.products {

.button {
vertical-align: middle;
word-break: normal;

&.loading {
opacity: 0.5;
Expand Down Expand Up @@ -407,6 +413,7 @@ dl.variation,
.entry {
.entry-title {
margin-top: 0;
font-size: 2em;

&::before {
margin-top: 0;
Expand Down

0 comments on commit 7f40004

Please sign in to comment.