7ef34e8f59
* fixed styles not showing up * Added theme support * Fixed Styles * Fixed styles * Refactor
11 lines
No EOL
189 B
SCSS
11 lines
No EOL
189 B
SCSS
.dropzone {
|
|
@include themify() {
|
|
color: getThemifyVariable('dropzone-text-color');
|
|
}
|
|
}
|
|
|
|
.uploader {
|
|
min-height: #{200 / $base-font-size}rem;
|
|
width: 100%;
|
|
text-align: center;
|
|
} |