Skip to content

Commit

Permalink
Add dropzone.less
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwredfish committed Feb 11, 2016
1 parent e6810da commit 4302033
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions app/styles/theme-default/dropzone.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
/**
* Dropzone styles.
*/
.dropzone--container {
margin: 20px auto;
border: 10px dashed lighten(#ccc, 8%);
}

.dropzone {
min-height : 100px;
cursor : pointer;
padding : 20px;

.dz-default.dz-message {
margin-bottom : 16px;
text-align : center;
}

.dz-details {
text-align: center;
}

.dz-preview {
margin-right : 5px;
margin-bottom : 5px;
padding : 4px;
}

.dz-image img {
border-radius : 5px;
cursor : auto;
}

.dz-filename {
word-break: break-all;
}
}

0 comments on commit 4302033

Please sign in to comment.