forked from f00d4tehg0dz/MMM-TeslaFi
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMMM-Tesla.css
More file actions
51 lines (41 loc) · 564 Bytes
/
MMM-Tesla.css
File metadata and controls
51 lines (41 loc) · 564 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
45
46
47
48
49
50
51
.car-name {
margin-bottom: 0;
padding-bottom: 0;
margin-top: 0;
font-size: 1.5rem;
text-align: left;
border-bottom: 1px solid #666;
line-height: 2rem;
}
.icon {
color: #fff;
}
.field {
text-align: left;
font-weight: bold;
padding-right: 20px;
}
.value {
text-align: right;
}
.battery-level-ok {
color: lightgreen;
}
.battery-level-warning {
color: orange;
}
.battery-level-danger {
color: lightcoral;
}
.dim {
opacity: 0.6;
}
.map {
border-radius: 5px;
}
.sentry {
color: #f55;
}
.new-version {
color: lightgreen;
}