upload css reči

master
Kostanjevec 2022-06-05 18:53:57 +02:00
parent f8d3547599
commit 1fb5e0320d
1 changed files with 30 additions and 0 deletions

View File

@ -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;
}