0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 14:12:36 -05:00

add variable

This commit is contained in:
Akshay Gupta 2024-08-20 16:35:33 +05:30
parent d4c88d4441
commit e62323ac0a
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -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);
} }

View file

@ -46,8 +46,6 @@
} }
} }
.tokens-section-wrapper { .tokens-section-wrapper {
flex: 1; flex: 1;
overflow-y: auto; overflow-y: auto;