fix(receive): minor spacing and sizing improvements

This commit is contained in:
Jason Dreyzehner 2016-11-17 11:25:47 -05:00
parent d53f19bbbf
commit 7c780e5e34
1 changed files with 9 additions and 4 deletions

View File

@ -278,7 +278,7 @@
.swiper-slide{ .swiper-slide{
text-align: center; text-align: center;
.card{ .card{
margin-top:2vh; margin-top: 1vh;
display: inline-block; display: inline-block;
width:80%; width:80%;
@media(min-height: 1000px) and (max-width: 699px){ @media(min-height: 1000px) and (max-width: 699px){
@ -412,7 +412,7 @@
display: inline-block; display: inline-block;
&.wallet-name{ &.wallet-name{
font-size:16px; font-size:16px;
width: 70%; width: 79%;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
@ -425,8 +425,13 @@
visibility: visible !important; visibility: visible !important;
} }
} }
.big-icon-svg{ .big-icon-svg {
& > .bg{padding:.3rem;width: 40px;height:40px;} padding: 0;
& > .bg {
padding:.3rem;
width: 40px;
height:40px;
}
} }
} }
} }