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

46 lines
717 B
SCSS
Raw Normal View History

2022-07-26 21:50:38 +00:00
.table {
font-size: 32px;
margin-top: 36px;
}
.block-titles {
margin: 0;
padding-left: 15px;
padding-right: 15px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
width: 100%;
flex-grow: 1;
.title {
flex-shrink: 0;
flex-grow: 0;
margin-right: 8px;
font-size: 62px;
}
.subtitle {
flex-shrink: 1;
font-family: Consolas,Liberation Mono,Courier New,monospace;
font-size: 31px;
overflow: hidden;
text-overflow: clip;
}
2022-07-26 21:50:38 +00:00
}
.chart-container {
flex-grow: 0;
flex-shrink: 0;
width: 470px;
min-width: 470px;
padding: 0;
margin-right: 15px;
2022-07-26 21:50:38 +00:00
}
::ng-deep .symbol {
font-size: 24px;
2022-07-12 22:04:20 +00:00
}