mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 05:58:47 +00:00
🐛 Fix color of titles in the swap panel
This commit is contained in:
parent
08cd2ddf1f
commit
1576e33564
@ -96,11 +96,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.component-swap {
|
.component-swap {
|
||||||
.element-set-title {
|
|
||||||
@include titleTipography;
|
|
||||||
text-transform: uppercase;
|
|
||||||
margin: $s-16 $s-4 0 $s-12;
|
|
||||||
}
|
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
stroke: var(--icon-foreground);
|
stroke: var(--icon-foreground);
|
||||||
@ -179,11 +175,7 @@
|
|||||||
padding-left: $s-20;
|
padding-left: $s-20;
|
||||||
}
|
}
|
||||||
|
|
||||||
.library-name {
|
|
||||||
@include titleTipography;
|
|
||||||
@include textEllipsis;
|
|
||||||
margin: $s-20 $s-4 0 $s-12;
|
|
||||||
}
|
|
||||||
|
|
||||||
.listing-options-wrapper {
|
.listing-options-wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -383,3 +375,17 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.library-name {
|
||||||
|
@include titleTipography;
|
||||||
|
@include textEllipsis;
|
||||||
|
margin: $s-20 $s-4 0 $s-12;
|
||||||
|
color: var(--title-foreground-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.element-set-title {
|
||||||
|
@include titleTipography;
|
||||||
|
text-transform: uppercase;
|
||||||
|
margin: $s-16 $s-4 0 $s-12;
|
||||||
|
color: var(--title-foreground-color);
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user