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");
|
|
|
|
|
}
|
2016-09-01 11:40:43 -04:00
|
|
|
|
|
|
|
|
a.item {
|
|
|
|
|
color: #444;
|
|
|
|
|
}
|
2016-09-15 13:58:50 -04:00
|
|
|
|
|
|
|
|
.next-step {
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
}
|
2016-09-19 12:06:46 -03:00
|
|
|
.homeTip {
|
|
|
|
|
.item {
|
|
|
|
|
border-style: none;
|
|
|
|
|
}
|
|
|
|
|
div {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
.title {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.subtitle{
|
|
|
|
|
margin-left: 25px;
|
|
|
|
|
margin-right: 25px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 100;
|
|
|
|
|
}
|
2016-09-21 10:52:47 -04:00
|
|
|
.big-icon-svg{
|
|
|
|
|
.bg.green{
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-09-19 12:06:46 -03:00
|
|
|
}
|
2016-08-30 19:00:17 -04:00
|
|
|
}
|