Last active
March 12, 2021 20:20
-
-
Save radosek/42673c010de270618f209b50bb31fa17 to your computer and use it in GitHub Desktop.
Synced via Snip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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