mirror of
https://github.com/penpot/penpot.git
synced 2025-02-22 23:06:08 -05:00
💄 Improve alignment of design token sets (#5782)
This commit is contained in:
parent
86e0f8ad34
commit
947bd547aa
1 changed files with 5 additions and 1 deletions
|
@ -20,8 +20,9 @@
|
|||
min-height: $s-32;
|
||||
cursor: pointer;
|
||||
color: var(--layer-row-foreground-color);
|
||||
padding-left: calc($s-32 * var(--tree-depth, 0));
|
||||
padding-left: calc($s-24 * var(--tree-depth, 0) + $s-8);
|
||||
border: $s-2 solid transparent;
|
||||
gap: $s-2;
|
||||
|
||||
&.dnd-over-bot {
|
||||
border-bottom: $s-2 solid var(--layer-row-foreground-color-hover);
|
||||
|
@ -36,10 +37,13 @@
|
|||
|
||||
.set-item-group {
|
||||
cursor: unset;
|
||||
padding-left: calc($s-24 * var(--tree-depth, 0));
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
.set-item-group-collapse-button {
|
||||
cursor: pointer;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.set-name {
|
||||
|
|
Loading…
Add table
Reference in a new issue