made amount screen and send max button neater
This commit is contained in:
parent
e94b984fde
commit
7c5e6077e6
3 changed files with 16 additions and 17 deletions
|
|
@ -42,5 +42,6 @@
|
|||
}
|
||||
|
||||
.button-sendmax {
|
||||
line-height: inherit;
|
||||
font-size: 0.7em !important;
|
||||
display: inline !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -143,6 +143,8 @@
|
|||
}
|
||||
}
|
||||
.amount {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
.icon-toggle {
|
||||
font-size: 1.2em;
|
||||
width: auto;
|
||||
|
|
|
|||
|
|
@ -49,14 +49,12 @@
|
|||
<div class="amount__result-equiv">≈ {{alternativeAmount || '0.00'}} {{alternativeUnit}}</div>
|
||||
</div>
|
||||
<div>
|
||||
<button class="button button-standard button-sendmax">
|
||||
<a class="item item-icon-left option no-border" ng-click="sendMax()">
|
||||
<i class="icon ion-ios-speedometer-outline"></i>
|
||||
<div class="item-selector-inner">
|
||||
<div class="item-selector-details">
|
||||
<div class="item-selector-name" translate>Send max amount</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="button button-sendmax">
|
||||
<a ng-click="sendMax()">
|
||||
<span>
|
||||
<i class="icon ion-ios-speedometer-outline"></i> 
|
||||
<span translate>Send max amount</span>
|
||||
</span>
|
||||
</a>
|
||||
</button>
|
||||
</div>
|
||||
|
|
@ -78,14 +76,12 @@
|
|||
<span>≈ {{alternativeAmount || '0.00'}} {{alternativeUnit}}</span>
|
||||
</div>
|
||||
<div>
|
||||
<button class="button button-standard button-sendmax">
|
||||
<a class="item item-icon-left option no-border" ng-click="sendMax()">
|
||||
<i class="icon ion-ios-speedometer-outline"></i>
|
||||
<div class="item-selector-inner">
|
||||
<div class="item-selector-details">
|
||||
<div class="item-selector-name" translate>Send max amount</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="button button-sendmax">
|
||||
<a ng-click="sendMax()">
|
||||
<span>
|
||||
<i class="icon ion-ios-speedometer-outline"></i> 
|
||||
<span translate>Send max amount</span>
|
||||
</span>
|
||||
</a>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue