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

16 lines
341 B
SCSS
Raw Normal View History

2017-01-17 19:28:28 +01:00
.dropzone {
@include themify() {
2020-04-27 22:48:55 +02:00
background-color: getThemifyVariable('input-secondary-background-color');
color: getThemifyVariable('input-text-color');
}
}
2020-04-27 22:48:55 +02:00
.dropzone .dz-preview.dz-image-preview {
background-color: transparent;
}
.uploader {
min-height: #{200 / $base-font-size}rem;
width: 100%;
text-align: center;
2017-01-17 19:28:28 +01:00
}