forked from denverquane/MMM-Teslamate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Teslamate.css
62 lines (53 loc) · 1.05 KB
/
Teslamate.css
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
52
53
54
55
56
57
58
59
60
61
62
.loading {
text-align: center;
font-size: 2rem;
}
.mqtt-title {
margin-bottom: 0;
padding-bottom: 0;
margin-top: 0;
font-size: 3rem;
text-align: left;
border-bottom: 1px solid white;
line-height: 3rem;
}
.mqtt-title .icon {
color: lightcoral;
padding-right: 5px;
}
.mqtt-title .charge-icon {
color: lightgreen;
}
.mattributes {
list-style: none;
margin: 0;
list-style-position: inside;
padding: 0;
width: 450px;
}
.mattributes .mattribute {
text-align: left;
font-size: 1.8rem;
line-height: 2.5rem;
color: #fff;
opacity: 0.75;
}
.mattributes .mattribute.battery-level.battery-level-ok .value {
color: lightgreen;
}
.mattributes .mattribute.battery-level.battery-level-warning .value {
color: orange;
}
.mattributes .mattribute.battery-level.battery-level-danger .value {
color: lightcoral;
}
.mattributes .mattribute.sentry-mode.sentry-mode-active .value {
color: lightcoral;
}
.mattributes .mattribute .name:after {
content: ': ';
padding-right: 50px;
}
.mattributes .mattribute .value {
float: right;
}