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

9 lines
138 B
SCSS

.dropzone {
color: $primary-text-color;
}
.uploader {
min-height: #{200 / $base-font-size}rem;
width: 100%;
text-align: center;
}