-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathMMM-OpenmapWeather.css
More file actions
38 lines (35 loc) · 890 Bytes
/
MMM-OpenmapWeather.css
File metadata and controls
38 lines (35 loc) · 890 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
.MMM-OpenmapWeather .weathericon,
.MMM-OpenmapWeather .fa-home {
font-size: 75%;
line-height: 65px;
display: inline-block;
-ms-transform: translate(0, -3px); /* IE 9 */
-webkit-transform: translate(0, -3px); /* Safari */
transform: translate(0, -3px);
}
.MMM-OpenmapWeather .humidityIcon {
padding-right: 4px;
}
.MMM-OpenmapWeather .humidity-padding {
padding-bottom: 6px;
}
.MMM-OpenmapWeather .currentWeatherIcon {
font-size: 75%;
line-height: 45px;
display: inline-block;
-ms-transform: translate(0, -3px); /* IE 9 */
-webkit-transform: translate(0, -3px); /* Safari */
transform: translate(0, -3px);
width: 40%;
height: 40%;
}
.MMM-OpenmapWeather .currentWeatherIconWrapper .currentWeatherIcon {
max-width: 140px;
max-height: 140px;
width: auto;
height: auto;
margin:0;
vertical-align:top;
-webkit-transform: none;
transform: none;
}