mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-01 03:08:00 +00:00
16 lines
254 B
CSS
16 lines
254 B
CSS
.App {
|
|
text-align: left;
|
|
font-family: Roboto, Helvetica, Arial, sans-serif;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.App-no-telemetry {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
line-height: 80vh;
|
|
font-size: 56px;
|
|
font-weight: 100;
|
|
text-align: center;
|
|
color: #888;
|
|
}
|