mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:47:21 +08:00
Add logic for cart and checkout
This commit is contained in:
parent
0e29969c96
commit
22809839d1
8 changed files with 376 additions and 106 deletions
|
@ -1,10 +1,16 @@
|
|||
#btn-appl {
|
||||
--apple-pay-button-width: 100%;
|
||||
--apple-pay-button-height: 100%;
|
||||
--apple-pay-button-border-radius: 4px;
|
||||
--apple-pay-button-overflow: hidden;
|
||||
}
|
||||
#applepay-container {
|
||||
margin-top: 5px;
|
||||
overflow: hidden;
|
||||
height: 45px;
|
||||
//margin-top: 5px;
|
||||
//overflow: hidden;
|
||||
//height: 45px;
|
||||
|
||||
&.ppcp-button-pill {
|
||||
border-radius: 50px;
|
||||
//border-radius: 50px;
|
||||
}
|
||||
|
||||
&.ppcp-button-minicart {
|
||||
|
@ -15,9 +21,9 @@
|
|||
|
||||
.woocommerce-checkout {
|
||||
#applepay-container {
|
||||
margin-top: 0;
|
||||
border-radius: 18px;
|
||||
height: 38px;
|
||||
//margin-top: 0;
|
||||
//border-radius: 18px;
|
||||
//height: 38px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue