Wallet/src/sass/views/tab-home.scss
2016-10-18 18:58:53 -04:00

88 lines
1.6 KiB
SCSS

#tab-home {
.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: 1.5rem;
padding-top: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%;
}
}
}
}
}
.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;
}
}