You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
planka_custom/client/src/components/CardModal/AttachmentAddZone/AttachmentAddZone.module.scss

16 lines
271 B
SCSS

:global(#app) {
.dropzone {
background: white;
font-size: 20px;
font-weight: bold;
height: 100%;
line-height: 30px;
opacity: 0.7;
padding: 200px 50px;
position: absolute;
text-align: center;
width: 100%;
z-index: 2001;
}
}