ws4kp/server/styles/scss/_local-forecast.scss

26 lines
411 B
SCSS
Raw Normal View History

2022-08-04 16:07:35 +00:00
@use 'colors'as c;
@use 'utils'as u;
.weather-display .local-forecast {
.container {
position: relative;
top: 15px;
margin: 0px 10px;
box-sizing: border-box;
height: 280px;
overflow: hidden;
}
.forecasts {
position: relative;
}
.forecast {
font-family: 'Star4000';
font-size: 24pt;
text-transform: uppercase;
@include u.text-shadow();
min-height: 280px;
line-height: 40px;
}
}