Skip to content

Commit

Permalink
Merge branch 'master' of github.com:NicolasCARPi/dropzone
Browse files Browse the repository at this point in the history
* 'master' of github.com:NicolasCARPi/dropzone:
  SASS deprecation warnings with version 1.77.7 (#14)
  • Loading branch information
NicolasCARPi committed Jul 25, 2024
2 parents f7a6335 + 462d5ac commit b86da58
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/dropzone.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@

$image-border-radius: 20px;

min-height: 150px;
border: 1px solid rgba(0, 0, 0, 0.8);
border-radius: 5px;
padding: 20px 20px;

&.dz-clickable {
cursor: pointer;

Expand All @@ -62,10 +67,7 @@
}
}

min-height: 150px;
border: 1px solid rgba(0, 0, 0, 0.8);
border-radius: 5px;
padding: 20px 20px;


&.dz-started {
.dz-message {
Expand Down Expand Up @@ -185,11 +187,11 @@
}
}
&:not(:hover) {
overflow: hidden;
text-overflow: ellipsis;
span {
border: 1px solid transparent;
}
overflow: hidden;
text-overflow: ellipsis;
}

}
Expand Down

0 comments on commit b86da58

Please sign in to comment.