working base project
This commit is contained in:
parent
2535006f02
commit
fad9f38422
22 changed files with 461 additions and 278 deletions
13
static/css/dropzone_styles.css
Normal file
13
static/css/dropzone_styles.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#pdf-dropzone {
|
||||
min-height: 50px;
|
||||
max-height: 150px;
|
||||
height: 150px;
|
||||
border: 0.1em solid darkgray;
|
||||
border-radius: 1em;
|
||||
padding-top:60px;
|
||||
text-align: center;
|
||||
}
|
||||
#pdf-dropzone:hover {
|
||||
cursor: pointer;
|
||||
border: 0.2em solid darkslategray;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue