mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
replace 30px with variables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user