wochenbericht-manager/src_less/fileloader.less

22 lines
440 B
Plaintext

#fileloader-frame{
background: rgba(0, 0, 0, 0.61);
height: 100vh;
width: 100vw;
position: fixed;
top: 0;
z-index: 9999;
left: 0;
button{
width:100%;
}
.contents{
border: 1px solid;
width: 300px;
position: fixed;
top: 50px;
left: calc(50% - 160px);
background-color: #FFF;
box-shadow: 1px 1px 1px #454545;
padding: 10px;
}
}