Available funds appearance in normal case.

This commit is contained in:
Brendon Duncan 2018-07-26 13:22:03 -07:00
commit f65b632273
2 changed files with 8 additions and 5 deletions

View file

@ -378,9 +378,12 @@
justify-content: space-between; justify-content: space-between;
margin: 0 14px; margin: 0 14px;
.availableFunds {
color: #6F6F70;
}
.extra, .extra,
button.extra { button.extra {
color: #000;
display: flex; display: flex;
flex: 0 1 auto; flex: 0 1 auto;
} }
@ -388,6 +391,7 @@
button.extra { button.extra {
background: none; background: none;
border: none; border: none;
color: #000;
font-family: 'ProximaNova'; font-family: 'ProximaNova';
font-size: 14px; font-size: 14px;
line-height: normal; line-height: normal;
@ -403,7 +407,6 @@
.button { .button {
span { span {
display: flex; display: flex;
align-items: center; align-items: center;

View file

@ -41,11 +41,11 @@
<span> <span>
<img src="img/icon-alternative-currency-black.svg"/> <img src="img/icon-alternative-currency-black.svg"/>
&ensp; &ensp;
<span translate>Change currency</span> <span translate>Change Currency</span>
</span> </span>
</button> </button>
<div class="extra"> <div class="extra availableFunds" translate>
Available Funds: <span>{{vm.availableFunds}}</span> Available Funds: {{vm.availableFunds}}</span>
</div> </div>
</div> </div>