142 lines
2.6 KiB
SCSS
142 lines
2.6 KiB
SCSS
#tab-home {
|
|
@extend .deflash-blue;
|
|
.icon-create-wallet {
|
|
background-color: #4A90E2; // default wallet color
|
|
}
|
|
.icon-buy-bitcoin {
|
|
background-image: url("../img/icon-bitcoin.svg");
|
|
}
|
|
.icon-bitpay-card {
|
|
background-image: url("../img/icon-card.svg");
|
|
background-color: #1e3186;
|
|
}
|
|
.icon-gift {
|
|
background-image: url("../img/icon-gift.svg");
|
|
}
|
|
.icon-amazon {
|
|
background-image: url("../img/icon-amazon.svg");
|
|
}
|
|
.bg {
|
|
&.wallet {
|
|
padding: .25rem
|
|
}
|
|
}
|
|
.card {
|
|
.item {
|
|
color: #444;
|
|
border-top:none;
|
|
padding-bottom: 1rem;
|
|
padding-top:1rem;
|
|
&.item-extra-padding {
|
|
padding-top: 1.5rem;
|
|
padding-bottom: 1.5rem;
|
|
}
|
|
}
|
|
.item-sub {
|
|
&:first-child:before {
|
|
width: 95%
|
|
}
|
|
&:before {
|
|
display: block;
|
|
position: absolute;
|
|
width: 75%;
|
|
height: 1px;
|
|
background: rgba(221, 221, 221, 0.3);
|
|
top:0;
|
|
right:0;
|
|
content:'';
|
|
@media (min-width: 450px){
|
|
&{
|
|
width:90%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.wallet-details__item.item {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
|
|
.wallet-details__tx-icon {
|
|
background: #fff;
|
|
border-radius: 50px;
|
|
}
|
|
}
|
|
.next-step.item {
|
|
padding-top: 27px;
|
|
padding-bottom: 27px;
|
|
}
|
|
.homeTip {
|
|
text-align: center;
|
|
& > .item-heading {
|
|
margin-top: 10px;
|
|
background: 0 none;
|
|
}
|
|
.item {
|
|
border-style: none;
|
|
}
|
|
& > .title {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: $dark-gray;
|
|
margin: 20px 10px;
|
|
}
|
|
& > .subtitle {
|
|
font-size: 1rem;
|
|
line-height: 1.5em;
|
|
font-weight: 300;
|
|
color: $dark-gray;
|
|
margin: 20px 3em 2.5em;
|
|
}
|
|
.big-icon-svg{
|
|
.bg.green{
|
|
padding: 0 10px;
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
}
|
|
.icon.close-home-tip {
|
|
color: #666;
|
|
font-size: 38px;
|
|
}
|
|
.tab-home {
|
|
&__logo {
|
|
height: 18px;
|
|
position: relative;
|
|
top: 3px;
|
|
}
|
|
&__wallet {
|
|
&__multisig-number {
|
|
font-size: .8rem;
|
|
font-weight: 300;
|
|
color: $light-gray;
|
|
}
|
|
&__status-icon {
|
|
font-size: 18px;
|
|
margin-left: 5px;
|
|
position: relative;
|
|
top: 1px;
|
|
color: $light-gray;
|
|
}
|
|
}
|
|
}
|
|
.release {
|
|
cursor: pointer;
|
|
cursor: hand;
|
|
background-color: #E9E9EC;
|
|
padding-top: 30px;
|
|
padding-bottom: 20px;
|
|
text-align: center;
|
|
color: #444;
|
|
i {
|
|
margin-top: 1px;
|
|
font-size: 20px;
|
|
margin-left: 10px;
|
|
position: absolute;
|
|
}
|
|
}
|
|
|
|
.badge {
|
|
top:11px;
|
|
}
|
|
}
|