23 lines
348 B
Plaintext
23 lines
348 B
Plaintext
//
|
|
// RTL: Plugins / Dropzone
|
|
//
|
|
// Version: 3.8.4
|
|
//
|
|
// --------------------------------------------------
|
|
|
|
// Fix horizontal scrollbars
|
|
& > input[type="file"] {
|
|
left: auto !important;
|
|
right: 0 !important;
|
|
}
|
|
|
|
.dz-default.dz-message {
|
|
padding-left: 0;
|
|
padding-right: 90px;
|
|
}
|
|
|
|
.dropzone-box .fa.fa-cloud-upload {
|
|
left: auto;
|
|
right: 0;
|
|
}
|