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