mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -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%;
|
width: 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: var(--layer-row-foreground-color);
|
color: var(--layer-row-foreground-color);
|
||||||
padding-left: 20px;
|
padding-left: $s-20;
|
||||||
}
|
}
|
||||||
|
|
||||||
.set-item-set,
|
.set-item-set,
|
||||||
|
@ -95,8 +95,7 @@
|
||||||
|
|
||||||
.chevron-icon {
|
.chevron-icon {
|
||||||
@extend .button-icon-small;
|
@extend .button-icon-small;
|
||||||
//color: var(--icon-foreground);
|
margin-right: $s-6;
|
||||||
margin-right: 5px;
|
|
||||||
transform: rotate(var(--chevron-icon-rotation));
|
transform: rotate(var(--chevron-icon-rotation));
|
||||||
stroke: var(--icon-foreground);
|
stroke: var(--icon-foreground);
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,8 +46,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.tokens-section-wrapper {
|
.tokens-section-wrapper {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
Loading…
Add table
Reference in a new issue