blob: 4b8676b9ad087159af13885c89f2c9def526520b [file] [log] [blame]
Alex Perry5f474f22020-02-01 12:14:24 -08001.channel {
2 display: flex;
3 border-bottom: 1px solid;
4 font-size: 24px;
5}
Austin Schuh840132b2021-10-17 17:40:14 -07006#field {
7 display: inline-block
8}
9#readouts {
10 display: inline-block;
11 vertical-align: top;
12 float: right;
13}
14
James Kuszmaul286b80c2021-10-23 21:56:33 -070015#legend {
16 display: inline-block;
17}
18
Austin Schuh840132b2021-10-17 17:40:14 -070019#readouts > div {
20 display: table-row;
21 padding: 5px;
22}
23#readouts > div > div {
24 display: table-cell;
25 padding: 5px;
26 text-align: right;
27}
28
29.zeroing {
30 background-color: yellow;
31 border-radius: 10px;
32}
33
34.faulted {
35 background-color: red;
36 border-radius: 10px;
37}