2025-04-02 13:24:56 +05:30

6 lines
105 B
SCSS

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