💅 drag/drop of element libraries in to canvas

This commit is contained in:
alonso.torres 2020-03-27 14:42:34 +01:00
parent c4c9fcf9e9
commit 8b2612559d
5 changed files with 74 additions and 30 deletions

View file

@ -100,6 +100,15 @@
color: $color-white;
padding: $size-2 0;
}
&.is-dragging {
border-radius: 0;
border: none;
& .library-tab-element-name {
display: none;
}
}
}
.library-tab-element-name {