-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMMM-RNV.css
More file actions
44 lines (36 loc) · 633 Bytes
/
Copy pathMMM-RNV.css
File metadata and controls
44 lines (36 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* MagicMirror²
* Module: MMM-RNV
*
* By Julian Dinter
* MIT Licensed.
*/
.MMM-RNV {
text-align: left;
}
table.rnv-schedule {
font-size: var(--font-size);
line-height: 1.2;
border-spacing: 0.35em 0.2em;
}
.MMM-RNV .rnv-schedule th {
font-size: var(--font-size);
font-weight: 600;
}
.MMM-RNV .rnv-data-line {
font-weight: 600;
white-space: nowrap;
}
.MMM-RNV .rnv-delay {
font-size: calc(var(--font-size) * 0.72);
margin-left: 0.3em;
}
.MMM-RNV .rnv-state-text {
font-size: calc(var(--font-size) * 0.78);
line-height: 1.25;
}
.rnv-delay {
color: red;
}
.rnv-delay.rnv-early {
color: green;
}