Created
September 16, 2016 14:09
-
-
Save walkline/0800fa7101b86025b25966fac70d9e91 to your computer and use it in GitHub Desktop.
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
/* only for demo -------------------------*/ | |
.footerLinks { | |
padding-bottom: 10px; | |
} | |
.wallet-button-add { | |
-webkit-tap-highlight-color: transparent | |
} | |
/* /demo -------------------------*/ | |
/* Access Wallet Screen */ | |
.login-title { | |
background: #18264b; | |
color: #fff; | |
border-color: #fff; | |
} | |
.pin-pad-content, | |
.pin-pad-footerLinks | |
{ | |
background: #18264b; | |
} | |
.pin-status-container, | |
.pin-pad-footerLinks a | |
{ | |
color: #fff; | |
} | |
.pin-pad { | |
width: 278px; | |
margin: 0 auto; | |
} | |
.pin-pad li { | |
margin-bottom: 15px; | |
} | |
.pin-pad-erase:link { | |
color: #fff; | |
} | |
a.pin-pad-key { | |
border-color: #fff; | |
line-height: 68px; | |
width: 68px; | |
border-radius: 100%; | |
color: #fff; | |
font-weight: bold; | |
margin: 0 auto; | |
} | |
/* Secure Wallet Screen */ | |
.createWallet-content, | |
.createWallet-title { | |
color: #fff; | |
background: #18264b; | |
} | |
.createWallet-desc { | |
color: #fff; | |
} | |
.createWallet-form small { | |
color: #fff; | |
} | |
.createWallet-form label { | |
display: none; | |
} | |
.createWallet-footerLinks { | |
background: #18264b; | |
} | |
.createWallet-footerLinks a { | |
color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment