ws4kp-linhanced/server/styles/scss/_regional-forecast.scss

53 lines
754 B
SCSS
Raw Normal View History

2022-08-05 14:03:14 -05:00
@use 'shared/_colors'as c;
@use 'shared/_utils'as u;
2022-08-04 16:30:13 -05:00
#regional-forecast-html.weather-display {
2025-05-14 14:50:02 -05:00
background-image: url('../images/backgrounds/5.png');
2022-08-04 16:30:13 -05:00
}
.weather-display .main.regional-forecast {
position: relative;
.map {
position: absolute;
transform-origin: 0 0;
2022-08-04 16:30:13 -05:00
}
.location {
position: absolute;
width: 140px;
margin-left: -40px;
margin-top: -35px;
2022-08-04 16:30:13 -05:00
>div {
position: absolute;
@include u.text-shadow();
}
.icon {
2022-08-04 22:14:15 -05:00
top: 26px;
left: 44px;
2022-08-04 16:30:13 -05:00
img {
2022-08-04 22:14:15 -05:00
max-height: 32px;
2022-08-04 16:30:13 -05:00
}
}
.temp {
2022-08-05 14:03:14 -05:00
font-family: 'Star4000 Large';
2022-08-04 16:30:13 -05:00
font-size: 28px;
padding-top: 2px;
2022-08-04 16:30:13 -05:00
color: c.$title-color;
2022-08-05 14:03:14 -05:00
top: 28px;
2022-08-04 16:30:13 -05:00
text-align: right;
width: 40px;
}
.city {
font-family: Star4000;
font-size: 20px;
}
}
}