Merge pull request #564 from bitjson/bug/home-create-wallet-icon

fix(home): correct size of the create new wallet icon
This commit is contained in:
Matias Alejo Garcia 2016-10-19 00:34:21 -03:00 committed by GitHub
commit 4842f311f8
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 {