mempool/frontend/src/app/components/block/block.component.scss
softsimon 53999dbea5
Round medianFee instead of ceil
Minor ui fixes.
2020-04-09 15:23:46 +07:00

17 lines
203 B
SCSS

.title-block {
color: #FFF;
padding-top: 20px;
padding-bottom: 3px;
border-top: 3px solid #FFF;
}
.td-width {
width: 175px;
}
@media (max-width: 767.98px) {
.td-width {
width: 140px;
}
}