mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
add variable
This commit is contained in:
parent
d4c88d4441
commit
e62323ac0a
2 changed files with 2 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
|||
width: 100%;
|
||||
cursor: pointer;
|
||||
color: var(--layer-row-foreground-color);
|
||||
padding-left: 20px;
|
||||
padding-left: $s-20;
|
||||
}
|
||||
|
||||
.set-item-set,
|
||||
|
@ -95,8 +95,7 @@
|
|||
|
||||
.chevron-icon {
|
||||
@extend .button-icon-small;
|
||||
//color: var(--icon-foreground);
|
||||
margin-right: 5px;
|
||||
margin-right: $s-6;
|
||||
transform: rotate(var(--chevron-icon-rotation));
|
||||
stroke: var(--icon-foreground);
|
||||
}
|
||||
|
|
|
@ -46,8 +46,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.tokens-section-wrapper {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
|
|
Loading…
Add table
Reference in a new issue