2017-09-22 12:26:47 +02:00
|
|
|
.weather .weathericon,
|
|
|
|
.weather .fa-home {
|
2018-12-27 19:37:02 +01:00
|
|
|
font-size: 75%;
|
|
|
|
line-height: 65px;
|
|
|
|
display: inline-block;
|
|
|
|
transform: translate(0, -3px);
|
2017-09-22 12:26:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.weather .humidityIcon {
|
2018-12-27 19:37:02 +01:00
|
|
|
padding-right: 4px;
|
2017-09-22 12:26:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.weather .humidity-padding {
|
2018-12-27 19:37:02 +01:00
|
|
|
padding-bottom: 6px;
|
2017-09-22 12:26:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.weather .day {
|
2018-12-27 19:37:02 +01:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 25px;
|
2017-09-22 12:26:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.weather .weather-icon {
|
2018-12-27 19:37:02 +01:00
|
|
|
padding-right: 30px;
|
|
|
|
text-align: center;
|
2017-09-22 12:26:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.weather .min-temp {
|
2018-12-27 19:37:02 +01:00
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 0;
|
2017-09-22 12:26:47 +02:00
|
|
|
}
|
|
|
|
|
2019-02-14 13:00:40 -06:00
|
|
|
.weather .precipitation {
|
2018-12-27 19:37:02 +01:00
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 0;
|
2017-09-22 12:26:47 +02:00
|
|
|
}
|
|
|
|
|
2019-01-04 19:43:07 +01:00
|
|
|
.weather tr .weathericon {
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
|
2017-09-22 12:26:47 +02:00
|
|
|
.weather tr.colored .min-temp {
|
2018-12-27 19:37:02 +01:00
|
|
|
color: #bcddff;
|
2017-09-22 12:26:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.weather tr.colored .max-temp {
|
2018-12-27 19:37:02 +01:00
|
|
|
color: #ff8e99;
|
2017-09-22 12:26:47 +02:00
|
|
|
}
|