21 lines
401 B
CSS
21 lines
401 B
CSS
#preflight {
|
|
display: none;
|
|
border-radius: 20px;
|
|
width: 93%;
|
|
max-height: 80%;
|
|
position: fixed;
|
|
z-index: 10;
|
|
top: 50px;
|
|
left: 0;
|
|
margin: 2%;
|
|
padding-top: 30px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
padding-bottom: 10px;
|
|
margin-bottom: 25px;
|
|
background-color: var(--overlay-color);
|
|
color: var(--second-text-color);
|
|
overflow: auto;
|
|
}
|
|
|