addressing minor issues:

- padding not 100% all the on all screens with wallet card
- adding next address item link back to address section
This commit is contained in:
Jamal Jackson 2016-10-14 13:12:45 -04:00
commit 2b73b7adbb
3 changed files with 20 additions and 7 deletions

View file

@ -17,6 +17,7 @@
max-width: 350px;
box-shadow:$subtle-box-shadow;
padding:0;
border-radius: .3rem;
@media (min-width: 500px) {
& {
width: 350px;
@ -25,7 +26,7 @@
}
}
.item{
padding:.6rem;
padding: calc(100vh - 99vh) calc(100vh - 98vh) calc(100vh - 97vh);
&.noBalance{
padding:.6rem 1rem 1.7rem;
}

View file

@ -76,9 +76,11 @@
align-items: center;
}
}
.share{
flex:1;
max-width: 120px;
#qr-options{
display: flex;
flex-direction: row;
justify-content: center;
align-content: center;
.item{
i{left:25px;}
}