mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
add variable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user