2025-03-07 00:29:07 -06:00

6 lines
105 B
SCSS

@mixin dropzone-theme($border) {
.dropzone.dz-drag-hover {
border-color: $border !important;
}
}