p5.js-web-editor/client/styles/components/_uploader.scss

11 lines
189 B
SCSS

.dropzone {
@include themify() {
color: getThemifyVariable('dropzone-text-color');
}
}
.uploader {
min-height: #{200 / $base-font-size}rem;
width: 100%;
text-align: center;
}