Fix add to cart buttons.

This commit is contained in:
Jeff Stieler 2022-01-11 14:58:16 -07:00
parent d20aa95d03
commit 9b8a73875d
1 changed files with 10 additions and 0 deletions

View File

@ -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;
}
}
}