16 lines
192 B
SCSS
16 lines
192 B
SCSS
|
|
//
|
|
// Form-Upload
|
|
//
|
|
|
|
/* Dropzone */
|
|
.dropzone {
|
|
min-height: 230px;
|
|
border: 2px dashed $gray-400;
|
|
background: $card-bg;
|
|
border-radius: 6px;
|
|
|
|
.dz-message {
|
|
font-size: 24px;
|
|
}
|
|
} |