Last active
August 1, 2018 05:38
-
-
Save crmpicco/4363e0244829bf79c3c0654d2eae7b77 to your computer and use it in GitHub Desktop.
Braintree JS v3 markup
This file contains 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
<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> |
This file contains 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
#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