Merge branch 'ref/design' of github.com:bitpay/bitpay-wallet into feature/new-qrscanner-permissions

This commit is contained in:
Jason Dreyzehner 2016-10-11 03:15:07 -04:00
commit f1a849c5d8
36 changed files with 344 additions and 284 deletions

View file

@ -22,18 +22,27 @@
font-size: 24px;
margin-top: .5rem;
line-height: 1.3;
@media(max-width: 350px) {
font-size: 20px;
}
}
.onboarding-description {
margin-top: 1rem;
font-size: 16px;
color: rgba(255,255,255,0.5);
line-height: 1.5;
@media(max-width: 350px) {
line-height: 1.3;
}
}
.onboarding-tldr {
font-size: 18px;
margin-top: 1rem;
margin-bottom: 1em;
line-height: 1.3;
@media(max-width: 350px) {
font-size: 16px;
}
}
}
@ -55,7 +64,7 @@
%onboarding-illustration {
position: absolute;
width: 100%;
height: 40%;
height: 45%;
margin-top: 25vh;
top: 0;
background-position: center;