mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-13 06:44:19 -07:00
Zoom fade for higher zoom levels (#265)
This commit is contained in:
parent
f9ffe305b2
commit
92efc5c937
21 changed files with 1617 additions and 1348 deletions
17
client/src/components/zoomWarning.module.scss
Normal file
17
client/src/components/zoomWarning.module.scss
Normal file
|
@ -0,0 +1,17 @@
|
|||
.zoomWarning {
|
||||
background-color: #953a10;
|
||||
height: 5.5%;
|
||||
width: 66%;
|
||||
margin: auto;
|
||||
color: white;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 20%;
|
||||
}
|
||||
|
||||
.zoomWarning > img {
|
||||
filter: invert(100%);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue