mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
replace 30px with variables
This commit is contained in:
parent
e86038d52f
commit
842b76f3c1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
}
|
||||
|
||||
.context-list > li:nth-child(-n + 3) > span:first-of-type {
|
||||
margin: 30px;
|
||||
margin: calc(($s-32 + $s-28) / 2);
|
||||
}
|
||||
|
||||
// TODO: Allow selected items wihtout an icon for the context menu
|
||||
|
|
Loading…
Add table
Reference in a new issue