2017-04-30 17:51:10 -05:00
|
|
|
.currentweather .weathericon,
|
|
|
|
.currentweather .fa-home {
|
2016-04-05 15:43:52 -04:00
|
|
|
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);
|
2016-04-03 19:52:13 +02:00
|
|
|
}
|
2016-08-17 21:51:48 -05:00
|
|
|
|
2016-08-28 01:52:08 -05:00
|
|
|
.currentweather .humidityIcon {
|
2016-08-28 01:58:56 -05:00
|
|
|
padding-right: 4px;
|
2016-08-28 01:52:08 -05:00
|
|
|
}
|
|
|
|
|
2016-08-17 21:51:48 -05:00
|
|
|
.currentweather .humidity-padding {
|
|
|
|
padding-bottom: 6px;
|
|
|
|
}
|