Merge pull request #124 from nacardin/feature/send2
update tab-home view
This commit is contained in:
commit
1998d78b4a
3 changed files with 22 additions and 21 deletions
|
|
@ -1,26 +1,24 @@
|
|||
#tab-home {
|
||||
.icon-create-wallet {
|
||||
background-image: url("../img/icon-bitcoin.svg");
|
||||
background-repeat:no-repeat;
|
||||
background-position: -5px -5px;
|
||||
}
|
||||
.icon-buy-bitcoin {
|
||||
background-image: url("../img/icon-gift.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: -5px -6px;
|
||||
}
|
||||
.icon-bitpay-card {
|
||||
background-image: url("../img/icon-bitpay.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: -5px -6px;
|
||||
}
|
||||
.icon-gift {
|
||||
background-image: url("../img/icon-gift.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: -5px -6px;
|
||||
}
|
||||
|
||||
a.item {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.next-step {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue