mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 11:48:28 +00:00
💄 Use theme border for drag operations
This commit is contained in:
parent
3f224ce47b
commit
6439d64b72
@ -243,11 +243,11 @@
|
||||
}
|
||||
|
||||
&.drag-top {
|
||||
border-top: 40px solid $color-gray-lighter !important;
|
||||
border-top: 40px solid $soft-ui-border !important;
|
||||
}
|
||||
|
||||
&.drag-bottom {
|
||||
border-bottom: 40px solid $color-gray-lighter !important;
|
||||
border-bottom: 40px solid $soft-ui-border !important;
|
||||
}
|
||||
|
||||
&.drag-inside {
|
||||
|
||||
@ -270,11 +270,11 @@
|
||||
}
|
||||
|
||||
&.drag-top {
|
||||
border-top: 40px solid $color-gray-lighter !important;
|
||||
border-top: 40px solid $soft-ui-border !important;
|
||||
}
|
||||
|
||||
&.drag-bottom {
|
||||
border-bottom: 40px solid $color-gray-lighter !important;
|
||||
border-bottom: 40px solid $soft-ui-border !important;
|
||||
}
|
||||
|
||||
&.drag-inside {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user