Restoring "fee span" on blocks.

This commit is contained in:
softsimon
2020-07-20 11:03:53 +07:00
parent 9fa95ccbe8
commit 7bbfbdb188
4 changed files with 30 additions and 17 deletions

View File

@@ -38,21 +38,25 @@
}
.time-difference {
position: absolute;
bottom: 10px;
text-align: center;
width: 100%;
font-size: 14px;
}
.fees {
font-size: 14px;
margin-top: 12px;
margin-bottom: 6px;
font-size: 12px;
margin-top: 10px;
margin-bottom: 2px;
}
.fee-span {
font-size: 9px;
margin-bottom: 4px;
color: #fff000;
}
.transaction-count {
font-size: 12px;
font-size: 10px;
margin-top: 2px;
margin-bottom: 4px;
}
.bitcoin-block::after {