better background and wide screen for hazard displays
This commit is contained in:
parent
bfc4bddfef
commit
8ee1e954eb
9 changed files with 44 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
|||
@use 'shared/_utils' as u;
|
||||
@use 'shared/_colors' as c;
|
||||
@use 'shared/_utils'as u;
|
||||
@use 'shared/_colors'as c;
|
||||
|
||||
@font-face {
|
||||
font-family: "Star4000";
|
||||
|
|
@ -161,6 +161,7 @@ body {
|
|||
#divTwcMain {
|
||||
width: 640px;
|
||||
height: 480px;
|
||||
position: relative;
|
||||
|
||||
.wide & {
|
||||
width: 854px;
|
||||
|
|
@ -813,4 +814,4 @@ body.kiosk #loading .instructions {
|
|||
>*:not(#divTwc) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue