Files
WeatherStar4000/server/styles/scss/_radar.scss
2022-08-05 16:23:22 -05:00

32 lines
442 B
SCSS

@use 'shared/_colors'as c;
@use 'shared/_utils'as u;
#radar-html.weather-display {
background-image: url('../images/BackGround4_1.png');
.header {
.title.dual {
color: white;
font-family: 'Arial', sans-serif;
font-weight: bold;
font-size: 28pt;
.bottom {
top: 30px;
}
}
}
}
.weather-display .main.radar {
overflow: hidden;
.container {
margin-top: 21px;
.scroll-area {
position: relative;
}
}
}