send/receive buttons on home page

This commit is contained in:
Sebastiaan Pasma 2018-07-17 15:15:37 +02:00
commit a5a999958c
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
4 changed files with 48 additions and 0 deletions

View file

@ -69,6 +69,25 @@
}
}
}
.buttons {
margin-bottom: 0;
margin-top: 6px;
>.col {
padding: 5px 10px;
margin-bottom: 0;
}
.button {
border: 2px solid;
border-radius: 47px;
padding: 0 15px 0 15px;
text-align: center;
width: 100%;
font-size: 19px;
font-weight: bolder;
min-height: 45px;
line-height: 45px;
}
}
.wallet-coin-logo {
vertical-align: middle;
margin-right: 5px;