49 lines
712 B
CSS
Raw Normal View History

.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);
}
.weather .humidityIcon {
2018-12-27 19:37:02 +01:00
padding-right: 4px;
}
.weather .humidity-padding {
2018-12-27 19:37:02 +01:00
padding-bottom: 6px;
}
.weather .day {
2018-12-27 19:37:02 +01:00
padding-left: 0;
padding-right: 25px;
}
.weather .weather-icon {
2018-12-27 19:37:02 +01:00
padding-right: 30px;
text-align: center;
}
.weather .min-temp {
2018-12-27 19:37:02 +01:00
padding-left: 20px;
padding-right: 0;
}
.weather .precipitation-amount,
.weather .precipitation-prob {
2018-12-27 19:37:02 +01:00
padding-left: 20px;
padding-right: 0;
}
2019-01-04 19:43:07 +01:00
.weather tr .weathericon {
line-height: 25px;
}
.weather tr.colored .min-temp {
2018-12-27 19:37:02 +01:00
color: #bcddff;
}
.weather tr.colored .max-temp {
2018-12-27 19:37:02 +01:00
color: #ff8e99;
}