Merge branch 'ref/design' of https://github.com/bitpay/bitpay-wallet into feature/andoid_onboarding_fixes
This commit is contained in:
commit
fc78fa8d20
8 changed files with 72 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue