Skip to content

Instantly share code, notes, and snippets.

@crmpicco
Last active August 1, 2018 05:38
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 crmpicco/4363e0244829bf79c3c0654d2eae7b77 to your computer and use it in GitHub Desktop.
Save crmpicco/4363e0244829bf79c3c0654d2eae7b77 to your computer and use it in GitHub Desktop.
Braintree JS v3 markup
<div id="braintree-paypal-loggedin"
style='
display: block;
max-width: 500px;
overflow: hidden;
padding: 16px;
background-image: url("https://checkout.paypal.com/pwpp/2.15.7/images/paypal-small.svg"), none;
background-position: 20px 50%; background-repeat: no-repeat;
background-size: 13px 15px;
border-top: 1px solid rgb(209, 212, 214);
border-bottom: 1px solid rgb(209, 212, 214);'></div>
#bt-pp-cancel {
color: rgb(61, 149, 206);
font-size: 11px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; l
ine-height: 20px;
margin: 0px 0px 0px 25px;
padding: 0px;
background-color: transparent;
border: 0px none;
cursor: pointer;
text-decoration: underline;
float: right;
}
#bt-pp-name {
color: rgb(40, 48, 54);
font-size: 13px;
font-weight: 800;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-left: 36px;
}
#bt-pp-email {
color: rgb(110, 120, 127);
font-size: 13px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-left: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment