diff options
| author | lens <lens@neural.garden> | 2020-12-26 20:59:17 +0000 |
|---|---|---|
| committer | lens <lens@neural.garden> | 2020-12-26 20:59:17 +0000 |
| commit | 7c15f34186622410e25ee85c01d832e48e012140 (patch) | |
| tree | e0a8dbd5e7b6a3936e7b9a666c2622ecc7ff1a65 /frontend/common/upload.css | |
| parent | 94234db6a771f687788d3decc6dd1ba01731f7af (diff) | |
| parent | 85bfb949fea4e69dabc5b7544ce70d26d3d11393 (diff) | |
Merge branch 'master' of asdf.us:swimmer
Diffstat (limited to 'frontend/common/upload.css')
| -rw-r--r-- | frontend/common/upload.css | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/frontend/common/upload.css b/frontend/common/upload.css deleted file mode 100644 index 719f98c..0000000 --- a/frontend/common/upload.css +++ /dev/null @@ -1,26 +0,0 @@ -/* drag-and-drop */ - -.dragCurtain { - display: none; - pointer-events: none; - justify-content: center; - align-items: center; - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - background: rgba(0,0,0,0.5); - z-index: 1; -} -.dragCurtain div { - color: #11f; - background: white; - border: 2px solid #11f; - padding: 2rem; - font-size: 1.5rem; - font-weight: bold; -} -.dragging .dragCurtain { - display: flex; -} |
