css refactor
This commit is contained in:
parent
b60eebe35a
commit
da9f250e8e
2 changed files with 6 additions and 10 deletions
|
|
@ -15,8 +15,8 @@
|
||||||
<ion-content>
|
<ion-content>
|
||||||
<div ng-show="!specificAmount">
|
<div ng-show="!specificAmount">
|
||||||
<div class="send-amount ">
|
<div class="send-amount ">
|
||||||
<div class="size-36 text-light text-black m15t" ng-class="{'small-font-amount': smallFont}">{{amount || '-'}}</div>
|
<div class="text-light text-black m15t" ng-class="{'size-28': smallFont, 'size-36' : !smallFont}">{{amount || '-'}}</div>
|
||||||
<div class="size-17 text-light text-black" ng-class="{'small-font-result': smallFont}" ng-show="!showAlternativeAmount">{{globalResult}} [{{amountResult || '0.00'}} {{alternativeIsoCode}}]</div>
|
<div class="text-light text-black" ng-class="{'size-16': smallFont, 'size-17': !smallFont}" ng-show="!showAlternativeAmount">{{globalResult}} [{{amountResult || '0.00'}} {{alternativeIsoCode}}]</div>
|
||||||
<div class="size-17 text-light text-black" ng-show="showAlternativeAmount">{{globalResult}} [{{alternativeResult || '0.00'}} {{unitName}}]</div>
|
<div class="size-17 text-light text-black" ng-show="showAlternativeAmount">{{globalResult}} [{{alternativeResult || '0.00'}} {{unitName}}]</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -99,14 +99,6 @@ h4.title a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.small-font-amount {
|
|
||||||
font-size: 28px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.small-font-result {
|
|
||||||
font-size: 16px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-content h4, .glidera h4, .coinbase h4 {
|
.modal-content h4, .glidera h4, .coinbase h4 {
|
||||||
background: #F6F7F9;
|
background: #F6F7F9;
|
||||||
padding: 25px 0px 5px 10px;
|
padding: 25px 0px 5px 10px;
|
||||||
|
|
@ -544,6 +536,10 @@ ul.manage li {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.size-28 {
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
.size-36 {
|
.size-36 {
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue