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 | |||||
James Kuszmaul | 286b80c | 2021-10-23 21:56:33 -0700 | [diff] [blame^] | 15 | #legend { |
16 | display: inline-block; | ||||
17 | } | ||||
18 | |||||
Austin Schuh | 840132b | 2021-10-17 17:40:14 -0700 | [diff] [blame] | 19 | #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 | } |