fix conflict
This commit is contained in:
parent
9c2fcdfd04
commit
a30fc703af
2 changed files with 3 additions and 3 deletions
|
|
@ -92,7 +92,7 @@ header .alt-currency {
|
||||||
.alt-currency {
|
.alt-currency {
|
||||||
padding: 0.05rem 0.2rem;
|
padding: 0.05rem 0.2rem;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
font-size: 11px;
|
font-size: 10px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@
|
||||||
<div class="row" ng-repeat="out in tx.outs">
|
<div class="row" ng-repeat="out in tx.outs">
|
||||||
<div class="large-3 medium-3 small-4 columns">
|
<div class="large-3 medium-3 small-4 columns">
|
||||||
<div class="size-12">
|
<div class="size-12">
|
||||||
<span>{{out.value}} {{$root.wallet.settings.unitName}}</span>
|
<b>{{out.value}} {{$root.wallet.settings.unitName}}</b>
|
||||||
<span class="label secondary round">
|
<span class="alt-currency gray">
|
||||||
{{out.alternativeAmount}} {{out.alternativeIsoCode}}
|
{{out.alternativeAmount}} {{out.alternativeIsoCode}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue