Wallet/src/sass/views/tab-home.scss

24 lines
425 B
SCSS
Raw Normal View History

2016-08-30 19:00:17 -04:00
#tab-home {
.icon-create-wallet {
background-image: url("../img/icon-bitcoin.svg");
}
.icon-buy-bitcoin {
background-image: url("../img/icon-gift.svg");
}
.icon-bitpay-card {
background-image: url("../img/icon-bitpay.svg");
}
.icon-gift {
background-image: url("../img/icon-gift.svg");
}
a.item {
color: #444;
}
2016-09-15 13:58:50 -04:00
.next-step {
padding-top: 20px;
padding-bottom: 20px;
}
2016-08-30 19:00:17 -04:00
}