0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -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%;
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);
}

View file

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