ws4kp/server/styles/scss/_radar.scss
2022-08-05 15:40:53 -05:00

21 lines
338 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 {}