mempool/frontend/src/app/components/block/block.component.scss

17 lines
203 B
SCSS
Raw Normal View History

.title-block {
color: #FFF;
padding-top: 20px;
padding-bottom: 3px;
border-top: 3px solid #FFF;
}
2020-03-24 18:41:46 +01:00
.td-width {
width: 175px;
}
@media (max-width: 767.98px) {
.td-width {
width: 140px;
2020-03-24 18:41:46 +01:00
}
}