Skip to content

Commit

Permalink
SASS deprecation warnings with version 1.77.7 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jules-w2 authored Jul 15, 2024
1 parent 3e00b8a commit 462d5ac
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 462d5ac

Please sign in to comment.