progress screen progress bar
This commit is contained in:
parent
eae3b321c7
commit
8cc6e4a1eb
13 changed files with 148 additions and 17 deletions
21
server/styles/scss/_radar.scss
Normal file
21
server/styles/scss/_radar.scss
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
@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 {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue