Merge branch 'ref/design' of https://github.com/bitpay/bitpay-wallet into feature/andoid_onboarding_fixes

This commit is contained in:
Jamal Jackson 2016-09-19 14:19:41 -04:00
commit fc78fa8d20
8 changed files with 72 additions and 25 deletions

View file

@ -12,6 +12,11 @@
font-weight: lighter;
}
.icon.close-home-tip {
color: #666;
font-size: 38px;
}
.icon.list-add-button {
color: #666;
font-size: 38px;

View file

@ -20,5 +20,24 @@
padding-top: 20px;
padding-bottom: 20px;
}
.homeTip {
.item {
border-style: none;
}
div {
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}
.title {
font-size: 20px;
font-weight: bold;
}
.subtitle{
margin-left: 25px;
margin-right: 25px;
font-size: 18px;
font-weight: 100;
}
}
}