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

24 lines
288 B
SCSS
Raw Normal View History

2022-07-12 22:04:20 +00:00
.block-title {
2022-07-26 21:50:38 +00:00
margin-bottom: 0.75em;
font-size: 42px;
::ng-deep .next-previous-blocks {
font-size: 42px;
}
}
.table {
font-size: 24px;
}
.chart-container {
flex-grow: 0;
flex-shrink: 0;
width: 420px;
min-width: 420px;
}
::ng-deep .symbol {
font-size: 18px;
2022-07-12 22:04:20 +00:00
}