Files
MagicMirror/modules/default/currentweather/currentweather.css
2016-08-28 01:52:08 -05:00

17 lines
351 B
CSS

.currentweather .weathericon {
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);
}
.currentweather .humidityIcon {
padding-right: 8px;
}
.currentweather .humidity-padding {
padding-bottom: 6px;
}