fix color & size

This commit is contained in:
bechi 2014-10-31 18:21:36 -03:00
commit 873ace30e4
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
You have to sign in to confirm your email
</div>
</div>
<div class="p10 box-setup bg-success m10b" ng-show="anyWallet">
<div class="p10 box-setup bg-success m10b text-white" ng-show="anyWallet">
<div class="left">
<i class="size-36 fi-alert m10r"></i>
</div>

View file

@ -12,7 +12,7 @@
<h2 class="ellipsis m10t">{{$root.wallet.getName()}}</h2>
</div>
<div class="large-2 columns text-right text-black" ng-if="$root.wallet && !$root.updatingBalance" data-options="disable_for_touch:true">
<b class="db m5b size-24">{{totalBalance || 0 |noFractionNumber}} {{$root.wallet.settings.unitName}}</b>
<b class="db m5b size-21">{{totalBalance || 0 |noFractionNumber}} {{$root.wallet.settings.unitName}}</b>
<span class="size-14 m5t text-gray">{{totalBalanceAlternative |noFractionNumber:2}} {{alternativeIsoCode}}</span>
</div>
</div>