Display block propagation time

This commit is contained in:
maciejhirsz
2018-07-08 16:04:55 +02:00
parent 3259bc67a3
commit 47b80ad30e
10 changed files with 127 additions and 68 deletions
+8 -23
View File
@@ -3,27 +3,12 @@
font-family: Roboto, Helvetica, Arial, sans-serif;
}
.App-header {
width: 100%;
background: #eee;
color: #000;
}
.App-list {
width: 100%;
border-collapse: collapse;
}
.App-list thead {
background: #3c3c3b;
color: #fff;
}
.App-list tbody {
font-family: monospace, sans-serif;
}
.App-list th, .App-list td {
text-align: left;
padding: 0.8em 1em;
.App-no-telemetry {
width: 100vw;
height: 100vh;
line-height: 80vh;
font-size: 3.5em;
font-weight: 100;
text-align: center;
color: #888;
}