Bootstrap version update and progressbar fix.

Yellow fee text is now white.
This commit is contained in:
softsimon
2020-05-25 22:36:26 +07:00
parent d473ad82bd
commit 820642cf1c
6 changed files with 12 additions and 17 deletions

View File

@@ -7,7 +7,7 @@
</div>
<div class="block-body">
<div class="fees">
<span class="yellow-color">~{{ block.medianFee | number:'1.0-0' }} sat/vB</span>
~{{ block.medianFee | number:'1.0-0' }} sat/vB
</div>
<div class="block-size">{{ block.size | bytes: 2 }}</div>
<div class="transaction-count">{{ block.tx_count | number }} transactions</div>

View File

@@ -2,12 +2,6 @@
background-color: #2d3348;
}
.progress-text {
position: absolute;
width: 100%;
text-align: center;
}
@media (min-width: 768px) {
.d-md-block {
display: table-cell !important;

View File

@@ -2,12 +2,6 @@
background-color: #2d3348;
}
.progress-text {
position: absolute;
width: 100%;
text-align: center;
}
.title-block {
color: #FFF;
padding-top: 20px;

View File

@@ -5,7 +5,7 @@
<a [routerLink]="['/mempool-block/' | relativeUrl, i]" class="blockLink">&nbsp;</a>
<div class="block-body" *ngIf="mempoolBlocks?.length">
<div class="fees">
<span class="yellow-color">~{{ projectedBlock.medianFee | number:'1.0-0' }} sat/vB</span>
~{{ projectedBlock.medianFee | number:'1.0-0' }} sat/vB
</div>
<div class="block-size">{{ projectedBlock.blockSize | bytes: 2 }}</div>
<div class="transaction-count">{{ projectedBlock.nTx | number }} transactions</div>