Files
s3browser-frontend/src/style/DragAndDrop.module.scss
2021-08-01 21:41:38 +02:00

21 lines
323 B
SCSS

.active{
border: dashed grey 4px;
background-color: rgba(255,255,255,.8);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
}
.dragAndDrop{
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
}