Refactor uploads to service, working global dd

This commit is contained in:
Michael Shamoon 2022-03-10 20:59:09 -08:00
parent 88a67c8703
commit 73cab2af2d
7 changed files with 166 additions and 51 deletions

View file

@ -33,3 +33,7 @@ form {
mix-blend-mode: soft-light;
pointer-events: none;
}
.ngx-file-drop__drop-zone--over {
background-color: var(--ngx-primary-faded) !important;
}