mirror of
https://github.com/penpot/penpot.git
synced 2025-03-18 10:41:29 -05:00
💄 Use theme border for drag operations
This commit is contained in:
parent
3f224ce47b
commit
6439d64b72
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue