Alex Perry | 5f474f2 | 2020-02-01 12:14:24 -0800 | [diff] [blame] | 1 | .channel { |
2 | display: flex; | ||||
3 | border-bottom: 1px solid; | ||||
4 | font-size: 24px; | ||||
5 | } | ||||
Austin Schuh | 840132b | 2021-10-17 17:40:14 -0700 | [diff] [blame^] | 6 | #field { |
7 | display: inline-block | ||||
8 | } | ||||
9 | #readouts { | ||||
10 | display: inline-block; | ||||
11 | vertical-align: top; | ||||
12 | float: right; | ||||
13 | } | ||||
14 | |||||
15 | #readouts > div { | ||||
16 | display: table-row; | ||||
17 | padding: 5px; | ||||
18 | } | ||||
19 | #readouts > div > div { | ||||
20 | display: table-cell; | ||||
21 | padding: 5px; | ||||
22 | text-align: right; | ||||
23 | } | ||||
24 | |||||
25 | .zeroing { | ||||
26 | background-color: yellow; | ||||
27 | border-radius: 10px; | ||||
28 | } | ||||
29 | |||||
30 | .faulted { | ||||
31 | background-color: red; | ||||
32 | border-radius: 10px; | ||||
33 | } |