mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
26 lines
475 B
SCSS
26 lines
475 B
SCSS
.dropzone {
|
|
margin-bottom: 0.5rem;
|
|
|
|
.dz-preview {
|
|
display: initial;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
.dz-image {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.dz-details, .dz-progress, .dz-success-mark, .dz-error-mark {
|
|
position: initial;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
}
|
|
}
|
|
|
|
.sc-button.dz-bt-below-dropzone {
|
|
width: 100%;
|
|
}
|
|
|