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:
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 {
|
.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
|
||||||
|
|
Loading…
Add table
Reference in a new issue