mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Hide terms and place order button pre-lookup
This commit is contained in:
parent
483f017d8d
commit
46d0d1b0c3
1 changed files with 4 additions and 2 deletions
|
@ -27,7 +27,7 @@ $fast-transition-duration: 0.5s;
|
|||
.wc-block-checkout-axo-block-card {
|
||||
@include flex-center;
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 2em;
|
||||
|
||||
&__inner {
|
||||
display: flex;
|
||||
|
@ -124,7 +124,9 @@ $fast-transition-duration: 0.5s;
|
|||
#shipping-fields,
|
||||
#billing-fields,
|
||||
#shipping-option,
|
||||
#order-notes {
|
||||
#order-notes,
|
||||
.wp-block-woocommerce-checkout-terms-block,
|
||||
.wp-block-woocommerce-checkout-actions-block {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue