p5.js-web-editor/client/styles/components/_uploader.scss
siddhant 7ef34e8f59 Since uploader was not present in the imports , the styles were not showin up (#946)
* fixed styles not showing up

* Added theme support

* Fixed Styles

* Fixed styles

* Refactor
2019-04-02 15:10:49 -04:00

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;
}