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:
parent
0e30df5e46
commit
a57c8d982c
1 changed files with 12 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue