Skip to content
Snippets Groups Projects
Commit 8acdbefb authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

Dropzonejs support

parent b279ff62
No related branches found
Tags 7.x-3.2
No related merge requests found
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
......@@ -56,6 +56,8 @@
right: 18px;
border: none;
opacity: .8;
transform: none;
margin: 0;
.ui-icon-closethick {
background: #fff;
......
.dropzone {
margin: 0;
background: var(--colorGinLayer2Background);
border: 2px dashed var(--colorGinFormElementBorder);
border-radius: $borderDefault;
// Dropping
&.dz-drag-hover {
border: 2px dashed var(--colorGinPrimary);
}
}
......@@ -74,3 +74,4 @@
@import "components/linkit";
@import "components/contextual";
@import "components/maxlength";
@import "components/dropzone";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment