mempool/frontend/src/app/components/server-health/server-health.component.scss

35 lines
462 B
SCSS
Raw Normal View History

2024-03-03 20:31:02 +00:00
.tomahawk {
.status-panel {
max-width: 720px;
margin: auto;
margin-top: 2em;
padding: 1em;
background: #24273e;
}
.status-table {
width: 100%;
td, th {
padding: 0.25em;
&.rtt, &.height {
text-align: right;
}
}
td {
cursor: pointer;
}
}
.mempoolStatus {
width: 100%;
height: 270px;
}
.hostLink {
text-align: center;
margin: auto;
margin-top: 1em;
}
}