From 1fb5e0320da5042fc67f9bff15128e3eb3bcb7bf Mon Sep 17 00:00:00 2001 From: Kostanjevec Date: Sun, 5 Jun 2022 18:53:57 +0200 Subject: [PATCH] =?UTF-8?q?upload=20css=20re=C4=8Di?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/static/style.css b/static/style.css index dcbfd8f..cca8f4a 100644 --- a/static/style.css +++ b/static/style.css @@ -136,4 +136,34 @@ html { #pdf-doc { width: 100%; height: calc(100vh - 332px); + } + + + + + + + .drop-zone { + max-width: 200px; + height: 200px; + padding: 25px; + display: flex; + align-items: center; + justify-content: center; + text-align: center; + font-family: "Quicksand", sans-serif; + font-weight: 500; + font-size: 20px; + cursor: pointer; + color: #cccccc; + border: 4px dashed #009578; + border-radius: 10px; + } + + .drop-zone--over { + border-style: solid; + } + + .drop-zone__input { + display: none; } \ No newline at end of file