Merge pull request #591 from JDonadio/ref/send-screen
Refactor in send view
This commit is contained in:
commit
5d45e306c2
2 changed files with 7 additions and 4 deletions
|
|
@ -52,6 +52,9 @@
|
|||
position: absolute;
|
||||
bottom: 254px;
|
||||
top: 66px;
|
||||
.light {
|
||||
color: #A4A4A4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -84,7 +87,8 @@
|
|||
|
||||
.operator-send {
|
||||
font-weight: bolder;
|
||||
background-color: #f7f7f7;
|
||||
color: #f8f8f8;
|
||||
background-color: #1e3186;
|
||||
font-size: 36px;
|
||||
cursor: pointer;
|
||||
|
||||
|
|
|
|||
|
|
@ -35,15 +35,14 @@
|
|||
</div>
|
||||
|
||||
<div class="amount">
|
||||
<div class="text-light text-black m15b" ng-class="{'size-28': smallFont, 'size-36': !smallFont}"><span> {{amount || "0.00" }}</div>
|
||||
<div class="text-light text-black" ng-class="{'size-16': smallFont, 'size-17': !smallFont}" ng-show="!showAlternativeAmount">
|
||||
<div class="text-light text-black m15b" ng-class="{'size-28': smallFont, 'size-36': !smallFont, 'light': !amount}"><span>{{amount || "0.00" }}</div>
|
||||
<div class="text-light text-black" ng-class="{'size-16': smallFont, 'size-17': !smallFont, 'light': !amountResult}" ng-show="!showAlternativeAmount">
|
||||
{{globalResult}} <span class="label gray text-white radius">{{amountResult || '0.00'}} {{alternativeIsoCode}}</span>
|
||||
</div>
|
||||
<div class="text-light text-black size-17" ng-show="showAlternativeAmount">
|
||||
{{globalResult}} <span class="label gray text-white radius">{{alternativeResult || '0.00'}} {{unitName}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="keypad">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue