Files
planka/client/src/components/CardModal/AttachmentAddZone/AttachmentAddZone.module.scss

16 lines
270 B
SCSS
Raw Normal View History

:global(#app) {
.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%;
2022-11-02 21:54:30 +01:00
z-index: 2001;
}
}