mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 06:51:06 +00:00
20 lines
249 B
CSS
20 lines
249 B
CSS
.List-no-nodes {
|
|
font-size: 30px;
|
|
padding-top: 20vh;
|
|
text-align: center;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.List table {
|
|
width: 100%;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.List thead {
|
|
background: #393838;
|
|
}
|
|
|
|
.List tbody {
|
|
font-family: monospace, sans-serif;
|
|
}
|