Skip to content

Instantly share code, notes, and snippets.

@bekarice
Created November 6, 2015 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bekarice/2e0e4ff21d149dce1884 to your computer and use it in GitHub Desktop.
Save bekarice/2e0e4ff21d149dce1884 to your computer and use it in GitHub Desktop.
WooCommerce Braintree Storefront Theme CSS
/* Improve Braintree checkout form */
#wc_braintree_paypal_container {
height: 55px;
}
#payment .payment_methods li #wc_braintree_paypal_container img {
max-height: 5em;
}
#wc_braintree_paypal_container .paypal-button.paypal-style-checkout {
background: none;
border: none;
text-shadow: none;
box-shadow: none;
padding: 10px 0;
}
/* Improve My Payments table */
table.shop_table_responsive.sv-wc-payment-gateway-my-payment-methods-table td {
text-align: left;
}
tr.sv-wc-payment-gateway-my-payment-methods-type-divider {
background-color: rgba(0,0,0,.05);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment