2017-01-17 18:28:28 +00:00
|
|
|
.dropzone {
|
2019-04-02 19:10:49 +00:00
|
|
|
@include themify() {
|
2020-04-27 20:48:55 +00:00
|
|
|
background-color: getThemifyVariable('input-secondary-background-color');
|
|
|
|
color: getThemifyVariable('input-text-color');
|
2019-04-02 19:10:49 +00:00
|
|
|
}
|
2017-07-11 15:37:43 +00:00
|
|
|
}
|
|
|
|
|
2020-04-27 20:48:55 +00:00
|
|
|
.dropzone .dz-preview.dz-image-preview {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2017-07-11 15:37:43 +00:00
|
|
|
.uploader {
|
|
|
|
min-height: #{200 / $base-font-size}rem;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
2017-01-17 18:28:28 +00:00
|
|
|
}
|