Available funds appearance in normal case.
This commit is contained in:
parent
8fd0b76a44
commit
f65b632273
2 changed files with 8 additions and 5 deletions
|
|
@ -378,9 +378,12 @@
|
|||
justify-content: space-between;
|
||||
margin: 0 14px;
|
||||
|
||||
.availableFunds {
|
||||
color: #6F6F70;
|
||||
}
|
||||
|
||||
.extra,
|
||||
button.extra {
|
||||
color: #000;
|
||||
display: flex;
|
||||
flex: 0 1 auto;
|
||||
}
|
||||
|
|
@ -388,6 +391,7 @@
|
|||
button.extra {
|
||||
background: none;
|
||||
border: none;
|
||||
color: #000;
|
||||
font-family: 'ProximaNova';
|
||||
font-size: 14px;
|
||||
line-height: normal;
|
||||
|
|
@ -403,7 +407,6 @@
|
|||
|
||||
|
||||
.button {
|
||||
|
||||
span {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
|
|
@ -41,11 +41,11 @@
|
|||
<span>
|
||||
<img src="img/icon-alternative-currency-black.svg"/>
|
||||
 
|
||||
<span translate>Change currency</span>
|
||||
<span translate>Change Currency</span>
|
||||
</span>
|
||||
</button>
|
||||
<div class="extra">
|
||||
Available Funds: <span>{{vm.availableFunds}}</span>
|
||||
<div class="extra availableFunds" translate>
|
||||
Available Funds: {{vm.availableFunds}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue