@import "../../node_modules/blueimp-file-upload/css/jquery.fileupload-ui"; @import "../../node_modules/blueimp-file-upload/css/jquery.fileupload"; .dropper-parent { display: table; .dropper-dropzone { background: #ffffff; border: 3px dashed #cccccc; border-radius: 0; color: #666666; cursor: pointer; font-size: 14px; margin: 0; padding: 25px; text-align: center; display: table-cell !important; vertical-align: middle; width: 100%; height: 300px; } .dropper-dropzone:hover { background: #eeeeee; border-color: #999999; color: #333333; } }