mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Refactor GooglePay hooks and fixes
This commit is contained in:
parent
efe59f81ef
commit
e07f43e982
7 changed files with 66 additions and 59 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue