TT2: Update "View Products" button padding so it's consistent with add to basket button. (#37078)
This commit is contained in:
commit
c00dac50f3
|
@ -0,0 +1,5 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
Comment: Button padding update
|
||||
|
||||
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue