Refactor GooglePay hooks and fixes

This commit is contained in:
Pedro Silva 2023-08-24 17:30:29 +01:00
parent efe59f81ef
commit e07f43e982
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
7 changed files with 66 additions and 59 deletions

View file

@ -1,6 +1,14 @@
#ppc-button-googlepay-container {
margin-top: 0.5rem;
margin-top: 5px;
overflow: hidden;
border-radius: 50px;
height: 45px;
}
.woocommerce-checkout {
#ppc-button-googlepay-container {
margin-top: 0;
border-radius: 18px;
height: 38px;
}
}