0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-01 20:09:04 -05:00

replace 30px with variables

This commit is contained in:
Akshay Gupta 2024-06-07 01:37:26 +05:30
parent e86038d52f
commit 842b76f3c1
No known key found for this signature in database

View file

@ -33,7 +33,7 @@
} }
.context-list > li:nth-child(-n + 3) > span:first-of-type { .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 // TODO: Allow selected items wihtout an icon for the context menu