Skip to content

Instantly share code, notes, and snippets.

@walkline
Created September 16, 2016 14:09
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 walkline/0800fa7101b86025b25966fac70d9e91 to your computer and use it in GitHub Desktop.
Save walkline/0800fa7101b86025b25966fac70d9e91 to your computer and use it in GitHub Desktop.
/* 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