2023-01-29 14:09:22 -08:00
|
|
|
@use "uploader/add_new_files";
|
|
|
|
|
2023-01-28 16:51:47 -08:00
|
|
|
#uploadWindow {
|
|
|
|
position:absolute;
|
|
|
|
left:50%;
|
|
|
|
top:50%;
|
|
|
|
transform:translate(-50%,-50%);
|
2023-01-29 14:09:22 -08:00
|
|
|
padding:10px 15px 10px 15px;
|
2023-01-28 16:51:47 -08:00
|
|
|
|
2023-01-29 14:09:22 -08:00
|
|
|
width:350px;
|
|
|
|
|
2023-01-28 16:51:47 -08:00
|
|
|
background-color:#222222;
|
|
|
|
color:#ddd;
|
|
|
|
|
2023-01-28 22:43:33 -08:00
|
|
|
h1, p, a {
|
2023-01-28 16:51:47 -08:00
|
|
|
margin: 0px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2023-01-28 22:43:33 -08:00
|
|
|
a {
|
|
|
|
color:#999;
|
|
|
|
}
|
|
|
|
|
2023-01-28 16:51:47 -08:00
|
|
|
h1 {
|
|
|
|
font-weight:600;
|
|
|
|
font-size: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.number {
|
|
|
|
font-family: "Inconsolata", monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 500px) {
|
|
|
|
width: calc( 100% - 20px );
|
|
|
|
height: calc( 100% - 20px );
|
|
|
|
border-radius:0px;
|
|
|
|
background-color:#00000000;
|
|
|
|
|
|
|
|
transform:none;
|
|
|
|
left:10px;
|
|
|
|
top:10px;
|
|
|
|
padding:0px;
|
|
|
|
}
|
|
|
|
}
|