mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 05:31:38 +02:00
🐛 Fix problem with menu colors
This commit is contained in:
parent
625f99c933
commit
4832b718da
5 changed files with 9 additions and 3 deletions
|
@ -93,7 +93,9 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
.separator {
|
||||
height: $s-12;
|
||||
margin-top: $s-8;
|
||||
height: $s-4;
|
||||
border-top: 1px solid $db-secondary;
|
||||
}
|
||||
.shortcut {
|
||||
@extend .shortcut;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue