Space around amount, and added "Not Enough Funds" warning.

This commit is contained in:
Brendon Duncan 2018-07-25 17:32:07 -07:00
commit e539f0e713
2 changed files with 35 additions and 19 deletions

View file

@ -244,6 +244,15 @@
flex-direction: column;
justify-content: center;
.send-amount-header-footer {
flex: 1 1 auto;
min-height: 10px;
.warning {
text-align:center;
}
}
.send-amount-tool {
flex: 0 1 auto;