diff --git a/plugins/woocommerce/legacy/css/twenty-twenty-two.scss b/plugins/woocommerce/legacy/css/twenty-twenty-two.scss index 6e7bbe2b4b0..0ba695929a7 100644 --- a/plugins/woocommerce/legacy/css/twenty-twenty-two.scss +++ b/plugins/woocommerce/legacy/css/twenty-twenty-two.scss @@ -192,6 +192,12 @@ $tt2-gray: #f7f7f7; } } + button.woocommerce-form-login__submit, + button.single_add_to_cart_button, + a.checkout-button { + font-size: 18px; + padding: 1.5rem 3.5rem; + } // Shop page @@ -228,6 +234,10 @@ $tt2-gray: #f7f7f7; text-decoration: none; margin-bottom: 0; } + + a.add_to_cart_button { + padding: 0.8rem 2.7rem; + } } }