forked from jannekalliola/MMM-BMWConnected
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MMM-MyBMW.css
51 lines (43 loc) · 833 Bytes
/
MMM-MyBMW.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
.MMM-MyBMW .bmw-container {
width: 280px;
line-height: 1.50;
font-size: 20px;
padding: 0;
position: relative;
text-align: left;
}
.MMM-MyBMW .bmw-container img {
position: absolute;
width: auto;
height: auto;
max-width: 220px;
max-height: 95px;
top: 35px;
left: 50%;
transform: translate(-50%, 0%);
}
.MMM-MyBMW .bmw-container .fas {
width: 30px;
text-align: center;
}
.MMM-MyBMW .bmw-container .locked {
width: 30px;
}
.MMM-MyBMW .bmw-container .plugged {
margin-left: -3px;
margin-right: -3px;
}
.MMM-MyBMW .bmw-container .mileage {
float: right;
}
.MMM-MyBMW .bmw-container .fuelRange {
float: right;
}
.MMM-MyBMW .bmw-container .updated {
font: bold 16px Helvetica, Sans-Serif;
white-space: nowrap;
margin-left: -3px;
}
.MMM-MyBMW .bmw-container.spacer {
height: 45px;
}