2016-08-30 19:00:17 -04:00
|
|
|
#tab-home {
|
2016-11-17 17:50:15 -05:00
|
|
|
@extend .deflash-blue;
|
2016-08-30 19:00:17 -04:00
|
|
|
.icon-create-wallet {
|
2016-09-30 21:28:25 -04:00
|
|
|
background-color: #4A90E2; // default wallet color
|
2016-08-30 19:00:17 -04:00
|
|
|
}
|
|
|
|
|
.icon-buy-bitcoin {
|
2017-02-23 16:46:41 -05:00
|
|
|
background-image: $v-bitcoin-icon;
|
|
|
|
|
background-color: $v-bitcoin-orange;
|
2016-08-30 19:00:17 -04:00
|
|
|
}
|
|
|
|
|
.icon-bitpay-card {
|
2016-09-30 21:28:25 -04:00
|
|
|
background-image: url("../img/icon-card.svg");
|
|
|
|
|
background-color: #1e3186;
|
2016-08-30 19:00:17 -04:00
|
|
|
}
|
|
|
|
|
.icon-gift {
|
|
|
|
|
background-image: url("../img/icon-gift.svg");
|
|
|
|
|
}
|
2016-10-03 19:55:13 -04:00
|
|
|
.icon-amazon {
|
|
|
|
|
background-image: url("../img/icon-amazon.svg");
|
|
|
|
|
}
|
2017-05-08 09:23:47 -03:00
|
|
|
.icon-ml {
|
|
|
|
|
background-image: url("../img/mercado-libre/icon-ml.svg");
|
2017-09-27 15:46:09 -03:00
|
|
|
background-position: center;
|
|
|
|
|
background-size: 85%;
|
2017-05-08 09:23:47 -03:00
|
|
|
}
|
2016-10-18 18:58:53 -04:00
|
|
|
.bg {
|
2016-10-21 01:51:00 -04:00
|
|
|
&.wallet {
|
2016-10-18 18:58:53 -04:00
|
|
|
padding: .25rem
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-10-21 01:51:00 -04:00
|
|
|
.card {
|
2016-09-21 13:13:39 -04:00
|
|
|
.item {
|
|
|
|
|
color: #444;
|
|
|
|
|
border-top:none;
|
2016-10-21 01:51:00 -04:00
|
|
|
padding-bottom: 1rem;
|
|
|
|
|
padding-top:1rem;
|
|
|
|
|
&.item-extra-padding {
|
|
|
|
|
padding-top: 1.5rem;
|
|
|
|
|
padding-bottom: 1.5rem;
|
|
|
|
|
}
|
2016-10-12 21:17:30 -04:00
|
|
|
}
|
|
|
|
|
.item-sub {
|
|
|
|
|
&:first-child:before {
|
2016-10-17 09:30:57 -04:00
|
|
|
width: 95%
|
2016-10-12 21:17:30 -04:00
|
|
|
}
|
2016-09-21 13:13:39 -04:00
|
|
|
&:before {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
2016-09-29 15:28:11 -04:00
|
|
|
width: 75%;
|
2016-09-21 13:13:39 -04:00
|
|
|
height: 1px;
|
|
|
|
|
background: rgba(221, 221, 221, 0.3);
|
|
|
|
|
top:0;
|
|
|
|
|
right:0;
|
|
|
|
|
content:'';
|
2016-09-27 13:40:42 -04:00
|
|
|
@media (min-width: 450px){
|
|
|
|
|
&{
|
|
|
|
|
width:90%;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-09-21 13:13:39 -04:00
|
|
|
}
|
|
|
|
|
}
|
2016-09-01 11:40:43 -04:00
|
|
|
}
|
2017-10-05 15:40:43 -03:00
|
|
|
.wallet-coin-logo {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
2016-11-08 16:38:31 -05:00
|
|
|
.wallet-details__item.item {
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
|
|
|
|
|
.wallet-details__tx-icon {
|
|
|
|
|
background: #fff;
|
|
|
|
|
border-radius: 50px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-12-13 20:58:37 +09:00
|
|
|
.next-step.item, .service.item {
|
2016-10-03 19:55:13 -04:00
|
|
|
padding-top: 27px;
|
|
|
|
|
padding-bottom: 27px;
|
2016-09-15 13:58:50 -04:00
|
|
|
}
|
2016-09-19 12:06:46 -03:00
|
|
|
.homeTip {
|
2016-10-04 14:12:09 -04:00
|
|
|
text-align: center;
|
|
|
|
|
& > .item-heading {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
background: 0 none;
|
|
|
|
|
}
|
2016-09-19 12:06:46 -03:00
|
|
|
.item {
|
|
|
|
|
border-style: none;
|
|
|
|
|
}
|
2016-10-04 14:12:09 -04:00
|
|
|
& > .title {
|
2016-09-19 12:06:46 -03:00
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: bold;
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-dark-gray;
|
2016-10-04 14:12:09 -04:00
|
|
|
margin: 20px 10px;
|
2016-09-19 12:06:46 -03:00
|
|
|
}
|
2016-10-04 14:12:09 -04:00
|
|
|
& > .subtitle {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
line-height: 1.5em;
|
|
|
|
|
font-weight: 300;
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-dark-gray;
|
2016-10-04 14:12:09 -04:00
|
|
|
margin: 20px 3em 2.5em;
|
2016-09-19 12:06:46 -03:00
|
|
|
}
|
2016-09-21 10:52:47 -04:00
|
|
|
.big-icon-svg{
|
|
|
|
|
.bg.green{
|
|
|
|
|
padding: 0 10px;
|
2016-10-04 14:12:09 -04:00
|
|
|
box-shadow: none;
|
2016-09-21 10:52:47 -04:00
|
|
|
}
|
|
|
|
|
}
|
2016-09-19 12:06:46 -03:00
|
|
|
}
|
2016-10-03 19:55:13 -04:00
|
|
|
.icon.close-home-tip {
|
|
|
|
|
color: #666;
|
|
|
|
|
font-size: 38px;
|
|
|
|
|
}
|
2016-10-21 00:52:39 -04:00
|
|
|
.tab-home {
|
2016-10-21 01:29:14 -04:00
|
|
|
&__logo {
|
|
|
|
|
height: 18px;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 3px;
|
|
|
|
|
}
|
2016-10-21 00:52:39 -04:00
|
|
|
&__wallet {
|
|
|
|
|
&__multisig-number {
|
|
|
|
|
font-size: .8rem;
|
|
|
|
|
font-weight: 300;
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-light-gray;
|
2016-10-21 00:52:39 -04:00
|
|
|
}
|
2016-12-13 12:30:28 -05:00
|
|
|
&__status-icon {
|
|
|
|
|
font-size: 18px;
|
2016-12-13 15:16:49 -03:00
|
|
|
margin-left: 5px;
|
2016-12-12 10:48:43 -05:00
|
|
|
position: relative;
|
2016-12-13 12:30:28 -05:00
|
|
|
top: 1px;
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-light-gray;
|
2016-12-12 10:48:43 -05:00
|
|
|
}
|
2016-10-21 00:52:39 -04:00
|
|
|
}
|
|
|
|
|
}
|
2016-10-26 12:56:33 -03:00
|
|
|
.release {
|
2017-01-24 17:13:22 -03:00
|
|
|
text-align: center;
|
|
|
|
|
.item {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.title {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
color: #444;
|
|
|
|
|
}
|
|
|
|
|
.button {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
.big-icon-svg {
|
|
|
|
|
> .bg {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
padding-top: 2rem;
|
|
|
|
|
padding-bottom: 0;
|
2016-11-01 14:21:35 -03:00
|
|
|
}
|
2016-10-26 12:56:33 -03:00
|
|
|
}
|
2017-01-18 11:00:51 -03:00
|
|
|
|
|
|
|
|
.badge {
|
|
|
|
|
top:11px;
|
|
|
|
|
}
|
2016-08-30 19:00:17 -04:00
|
|
|
}
|