Skip to content

Commit

Permalink
Fix: modern - fix Terms and Condition checkbox in Checkout page is not
Browse files Browse the repository at this point in the history
really visible

fixes presscustomizr#1340
  • Loading branch information
eri-trabiccolo committed Dec 21, 2017
1 parent 3baaf4f commit f3f912e
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions assets/front/scss/0_3_components/_plugins.scss
Expand Up @@ -40,7 +40,7 @@
color: inherit;
}
#ship-to-different-address-checkbox {
margin: -1px;
margin: -3px 0 0;
}

input#submit[class*=alt],
Expand Down Expand Up @@ -97,16 +97,16 @@

.input-checkbox {
display: inline-block;
margin: 0;
margin: -2px 0 0;
}
}
&.checkout_coupon .form-row {
margin: 0;
}

@at-root #add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
@at-root #add_payment_method #payment input:not([type=submit]),
.woocommerce-cart #payment input:not([type=submit]),
.woocommerce-checkout #payment input:not([type=submit]) {
border-color: $grey;
}

Expand All @@ -128,11 +128,6 @@
margin-bottom: 0
}
}
/*
.woocommerce-variation-add-to-cart,
&.cart:not(.variations_form) {
@extend .display-flex;
}*/
}

fieldset {
Expand Down

0 comments on commit f3f912e

Please sign in to comment.