update home tab icons
This commit is contained in:
parent
8e53b8100a
commit
2bde795e15
3 changed files with 12 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,23 +1,15 @@
|
|||
#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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue