파일업로드 JS 추가

This commit is contained in:
KNKIM 2021-07-14 18:26:04 +09:00
parent 889fa05a36
commit 75c3f6c1bc
2 changed files with 1309 additions and 3395 deletions

View File

@ -1,7 +1,3 @@
/*
* The MIT License
* Copyright (c) 2012 Matias Meno <m@tias.me>
*/
@-webkit-keyframes passing-through { @-webkit-keyframes passing-through {
0% { 0% {
opacity: 0; opacity: 0;
@ -177,7 +173,7 @@
min-height: 150px; min-height: 150px;
border: 2px solid rgba(0, 0, 0, 0.3); border: 2px solid rgba(0, 0, 0, 0.3);
background: white; background: white;
padding: 20px 20px; } padding: 54px 54px; }
.dropzone.dz-clickable { .dropzone.dz-clickable {
cursor: pointer; } cursor: pointer; }
.dropzone.dz-clickable * { .dropzone.dz-clickable * {

File diff suppressed because it is too large Load Diff