From ef78bc6a084f92b4794e987b5832240d85b6479e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 22 Jul 2020 14:05:15 +0200 Subject: refactor app using babel module-resolver --- animism-align/frontend/common/upload.css | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 animism-align/frontend/common/upload.css (limited to 'animism-align/frontend/common/upload.css') diff --git a/animism-align/frontend/common/upload.css b/animism-align/frontend/common/upload.css deleted file mode 100644 index 719f98c..0000000 --- a/animism-align/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; -} -- cgit v1.2.3-70-g09d2