mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
💄 Fix color assets and styles
This commit is contained in:
parent
af460536d1
commit
bc14f59153
10 changed files with 18 additions and 20 deletions
|
@ -36,16 +36,14 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
flex-grow: 1;
|
||||
gap: $s-4;
|
||||
padding: 0;
|
||||
color: var(--title-foreground-color);
|
||||
stroke: var(--title-foreground-color);
|
||||
.collased-icon {
|
||||
@include flexCenter;
|
||||
height: $s-24;
|
||||
width: $s-24;
|
||||
border-radius: $br-8;
|
||||
padding: 0 $s-4 0 $s-8;
|
||||
padding-left: $s-8;
|
||||
svg {
|
||||
@extend .button-icon-small;
|
||||
transform: rotate(90deg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue