16 lines
No EOL
341 B
SCSS
16 lines
No EOL
341 B
SCSS
.dropzone {
|
|
@include themify() {
|
|
background-color: getThemifyVariable('input-secondary-background-color');
|
|
color: getThemifyVariable('input-text-color');
|
|
}
|
|
}
|
|
|
|
.dropzone .dz-preview.dz-image-preview {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.uploader {
|
|
min-height: #{200 / $base-font-size}rem;
|
|
width: 100%;
|
|
text-align: center;
|
|
} |