reduce tx time font-size and remove red styling from unconfirmed label

This commit is contained in:
Marty Alcala 2016-11-07 17:28:18 -05:00
parent 1219f368a7
commit e675de415d
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
}
&__tx-time {
color: $light-gray;
font-size: 14px;
font-size: 12.5px;
}
&__tx-title {
//padding-top: 10px;

View File

@ -67,7 +67,7 @@
<div class="item single-line">
<span class="label" translate>Confirmations</span>
<span class="item-note">
<span class="assertive" ng-show="!btx.confirmations || btx.confirmations == 0" translate>
<span ng-show="!btx.confirmations || btx.confirmations == 0" translate>
Unconfirmed
</span>
<span ng-show="btx.confirmations>0 && !btx.safeConfirmed">