first init
This commit is contained in:
23
resources/scss/plugins/_dropzone.scss
Executable file
23
resources/scss/plugins/_dropzone.scss
Executable file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// dropzone.scss
|
||||
//
|
||||
|
||||
.dropzone {
|
||||
border: 2px dashed $input-border-color;
|
||||
background: $input-bg;
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
min-height: 150px;
|
||||
padding: 20px;
|
||||
|
||||
.dz-message {
|
||||
text-align: center;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
|
||||
&.dz-started {
|
||||
.dz-message {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user