mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 20:18:39 +00:00
add content group drag styles
This commit is contained in:
parent
0e30df5e46
commit
a57c8d982c
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user