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