mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 17:25:02 +03:00
16 lines
271 B
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;
|
|
}
|
|
}
|