Skip to content

Commit

Permalink
style: [product-page-footer] related PrestaShop#32218 more generic cl…
Browse files Browse the repository at this point in the history
…ass for the go-to-catalog button icon
  • Loading branch information
mattgoud committed Apr 9, 2024
1 parent eb18382 commit 29b1a59
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions admin-dev/themes/new-theme/scss/pages/product/product_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ $product-page-padding-bottom: 80px !default;
flex-direction: row;
gap: 0.5rem;
justify-content: space-between;
align-items: center;
width: 100%;
height: 100%;
padding: 0 0.5rem;
Expand Down Expand Up @@ -478,15 +479,17 @@ $product-page-padding-bottom: 80px !default;
#product_footer_actions_catalog {
display: flex;
align-items: center;

.material-icons {
margin-top: 0;
}
}
}
}
}

.go-to-catalog-button {
.material-icons {
margin-top: 0;
}
}

.help-box {
min-width: 1rem;
cursor: pointer;
Expand Down

0 comments on commit 29b1a59

Please sign in to comment.