Skip to content

Instantly share code, notes, and snippets.

@radosek
Last active March 12, 2021 20:20
Show Gist options
  • Save radosek/42673c010de270618f209b50bb31fa17 to your computer and use it in GitHub Desktop.
Save radosek/42673c010de270618f209b50bb31fa17 to your computer and use it in GitHub Desktop.
Synced via Snip
#payment ul.wc_payment_methods {
margin-bottom: 20px !important;
}
#mailpoet_woocommerce_checkout_optin_field > span > label {
position: relative;
}
#mailpoet_woocommerce_checkout_optin::before,
#mailpoet_woocommerce_checkout_optin_field > span > label > span::before {
width: 24px;
height: 24px;
border: 1px solid #d3ced2;
background-color: #ffffff;
content: "";
position: absolute;
left: 0;
top: 0;
background-size: 50%;
border-radius: 4px;
background-repeat: no-repeat;
background-position: center center;
transition: all ease 0.2s;
margin-top: -7px;
}
#mailpoet_woocommerce_checkout_optin_field > span > label {
padding-left: 4px;
padding-top: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment