mempool/frontend/src/app/lightning/node/node-preview.component.scss

28 lines
317 B
SCSS
Raw Normal View History

2022-08-11 17:19:12 +00:00
.title {
font-size: 52px;
margin-bottom: 48px;
}
.table {
font-size: 32px;
}
.map-col {
flex-grow: 0;
flex-shrink: 0;
width: 470px;
min-width: 470px;
padding: 0;
background: #181b2d;
max-height: 470px;
overflow: hidden;
}
.row {
margin-right: 0;
}
::ng-deep .symbol {
font-size: 24px;
}