Merge pull request #131 from Bitcoin-com/wallet/task/324

Wallet/task/324
This commit is contained in:
Jean-Baptiste Dominguez 2018-05-22 12:16:41 +09:00 committed by GitHub
commit 953a465606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View file

@ -79,17 +79,15 @@
.homeTip {
text-align: center;
& > .item-heading {
margin-top: 10px;
background: 0 none;
}
.item {
border-style: none;
}
& > .title {
.title {
font-size: 20px;
font-weight: bold;
color: $v-dark-gray;
margin: 20px 10px;
}
& > .subtitle {
font-size: 1rem;
@ -108,6 +106,8 @@
.icon.close-home-tip {
color: #666;
font-size: 38px;
height: auto;
top: 8px;
}
.tab-home {
&__logo {