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