reduce tx time font-size and remove red styling from unconfirmed label
This commit is contained in:
parent
1219f368a7
commit
e675de415d
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
&__tx-time {
|
||||
color: $light-gray;
|
||||
font-size: 14px;
|
||||
font-size: 12.5px;
|
||||
}
|
||||
&__tx-title {
|
||||
//padding-top: 10px;
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue