mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
build rework
This commit is contained in:
parent
fc5cd1d24f
commit
dc80d715a6
18 changed files with 1681 additions and 115 deletions
12
style/dropzone.css
Normal file
12
style/dropzone.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.dropzone {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
border: 3px dashed #ccc;
|
||||
margin: 20px auto 20px;
|
||||
border-radius: 20px;
|
||||
font-size: 25px;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
line-height: 300px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue