1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00
planka/client/src/components/CardModal/AddAttachmentZone/AddAttachmentZone.module.css
2020-05-23 18:05:22 +05:00

17 lines
257 B
CSS

.dropzone {
background: white;
font-size: 20px;
font-weight: 700;
height: 100%;
line-height: 30px;
opacity: 0.7;
padding: 200px 50px;
position: absolute;
text-align: center;
width: 100%;
z-index: 1;
}
.wrapper {
overflow: hidden;
}