TT2: Update "View Products" button padding so it's consistent with add to basket button. (#37078)

This commit is contained in:
Ron Rennick 2023-09-07 12:56:47 -03:00 committed by GitHub
commit c00dac50f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,5 @@
Significance: patch
Type: update
Comment: Button padding update

View File

@ -244,7 +244,8 @@ $tt2-gray: #f7f7f7;
margin-bottom: 0;
}
a.add_to_cart_button {
a.add_to_cart_button,
a.product_type_grouped {
padding: 0.8rem 2.7rem;
&.loading {