mobile support for send/receive buttons and some refactors to fix the navigation flow.

This commit is contained in:
Sebastiaan Pasma 2018-07-26 19:38:29 +02:00
commit b2ed16bf21
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
4 changed files with 44 additions and 15 deletions

View file

@ -70,7 +70,7 @@
}
}
.buttons {
margin: 6px auto 0px;
margin: 6px auto -12px;
max-width: 600px;
>.col {
padding: 5px 10px;
@ -84,8 +84,8 @@
width: 100%;
font-size: 19px;
font-weight: bolder;
min-height: 45px;
line-height: 45px;
min-height: auto;
line-height: 36px;
}
}
.wallet-coin-logo {