Files
pezkuwi-telemetry/packages/frontend/src/components/List/List.css
T
2019-03-15 15:50:03 +01:00

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;
}