0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00

add content group drag styles

This commit is contained in:
elhombretecla 2016-01-24 18:52:09 +01:00
parent 0e30df5e46
commit a57c8d982c

View file

@ -337,6 +337,18 @@
}
&.drag-top {
border-top: 2px solid $color-primary;
}
&.drag-bottom {
border-bottom: 2px solid $color-primary;
}
&.drag-inside {
border: 2px solid $color-primary;
}
}
}