파일업로드 JS 추가
This commit is contained in:
parent
889fa05a36
commit
75c3f6c1bc
@ -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
Loading…
Reference in New Issue
Block a user