mirror of
https://github.com/documize/community.git
synced 2025-07-22 14:49:42 +02:00
17 lines
208 B
SCSS
17 lines
208 B
SCSS
.import-zone {
|
|
margin: 3rem 1rem;
|
|
|
|
.dz-preview, .dz-processing {
|
|
display: none !important;
|
|
}
|
|
|
|
> .import-status {
|
|
margin-top: 30px;
|
|
|
|
> p {
|
|
font-size: 1.1rem;
|
|
color: $color-off-black;
|
|
}
|
|
}
|
|
}
|
|
|