Amount shown confirm screen is now primarily fiat.

This commit is contained in:
Brendon Duncan 2018-06-15 10:06:38 +12:00
commit e416deec44
2 changed files with 5 additions and 9 deletions

View file

@ -36,17 +36,13 @@
.amount-label{
line-height: 30px;
.amount{
font-size: 38px;
font-size: 16px;
margin-bottom: .5rem;
> .unit {
font-family: "Roboto-Light";
}
color: #9B9B9B;
font-family: "Roboto-Light";
}
.alternative {
font-size: 16px;
font-family: "Roboto-Light";
color: #9B9B9B;
font-size: 38px;
}
}
}

View file

@ -16,8 +16,8 @@
<span translate ng-if="tx.sendMax">Sending maximum amount</span>
</div>
<div class="amount-label">
<div class="amount">{{tx.amountValueStr || '...'}} <span class="unit">{{tx.amountUnitStr}}</span></div>
<div class="alternative">{{tx.alternativeAmountStr || '...'}}</div>
<div class="amount">{{tx.amountValueStr || '...'}} <span class="unit">{{tx.amountUnitStr}}</span></div>
</div>
</div>
<div class="info">