fix(home): correct size of the create new wallet icon

Fixes #494
This commit is contained in:
Jason Dreyzehner 2016-10-18 18:58:53 -04:00
commit e99449689c
2 changed files with 7 additions and 10 deletions

View file

@ -1,6 +1,5 @@
#tab-home {
.icon-create-wallet {
background-image: url("../img/icon-wallet.svg");
background-color: #4A90E2; // default wallet color
}
.icon-buy-bitcoin {
@ -16,19 +15,17 @@
.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;
&.wallet{
.big-icon-svg{
& > .bg{
padding: .25rem
}
}
}
}
.item-sub {
&:first-child:before {