mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 21:48:29 +02:00
More clear drop area on layers drag and drop
This commit is contained in:
parent
75eb7c9c66
commit
a9285accad
1 changed files with 2 additions and 2 deletions
|
@ -232,11 +232,11 @@
|
|||
}
|
||||
|
||||
&.drag-top {
|
||||
border-top: 2px solid $main-ui-color !important;
|
||||
border-top: 40px solid $color-gray-lighter !important;
|
||||
}
|
||||
|
||||
&.drag-bottom {
|
||||
border-bottom: 2px solid $main-ui-color !important;
|
||||
border-bottom: 40px solid $color-gray-lighter !important;
|
||||
}
|
||||
|
||||
&.drag-inside {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue