FIX unify the units css. (#499)

* FIX unify the units css.
* Fix units css font-size.
This commit is contained in:
Miguel Medeiros
2021-05-18 11:20:17 -03:00
committed by GitHub
parent 84bb475c63
commit 5f787c52e8
18 changed files with 66 additions and 54 deletions

View File

@@ -22,7 +22,7 @@
<td>
{{ block.time | date:'yyyy-MM-dd HH:mm' }}
<div class="lg-inline">
<i>(<app-time-since [time]="block.time / 1000" [fastRender]="true"></app-time-since>)</i>
<i class="symbol">(<app-time-since [time]="block.time / 1000" [fastRender]="true"></app-time-since>)</i>
</div>
</td>
</tr>

View File

@@ -32,11 +32,6 @@
}
}
.symbol {
color: #ffffff66;
font-size: 11px;
}
.table-container {
overflow: scroll;
-ms-overflow-style: none;

View File

@@ -1,9 +1,3 @@
.symbol {
color: #ffffff66;
font-size: 11px;
}
.table-container {
overflow: scroll;
-ms-overflow-style: none;

View File

@@ -30,7 +30,7 @@
<td>
{{ bisqTx.time | date:'yyyy-MM-dd HH:mm' }}
<div class="lg-inline">
<i>(<app-time-since [time]="bisqTx.time / 1000" [fastRender]="true"></app-time-since>)</i>
<i class="symbol">(<app-time-since [time]="bisqTx.time / 1000" [fastRender]="true"></app-time-since>)</i>
</div>
</td>
</tr>