Merge pull request #124 from nacardin/feature/send2

update tab-home view
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-15 15:03:17 -03:00 committed by GitHub
commit 1998d78b4a
3 changed files with 22 additions and 21 deletions

View file

@ -25,13 +25,16 @@
border-top: 0;
}
.icon.big-icon-svg {
.big-icon-svg {
padding: 0 7px;
> img {
> .bg {
border-radius: 50%;
width: 40px;
height: 40px;
box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.3);
background-repeat:no-repeat;
background-clip: padding-box;
background-size: 103%;
}
}
.overlay {
@ -83,4 +86,4 @@ ion-header-bar{
.bold-text{
font-weight: bold !important;
}
}

View file

@ -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;
}
}