mirror of
https://github.com/penpot/penpot.git
synced 2025-08-01 14:08:29 +02:00
🐛 Fix icons background on font page
This commit is contained in:
parent
6e229a4091
commit
8e456d393f
1 changed files with 10 additions and 6 deletions
|
@ -143,7 +143,7 @@
|
||||||
margin-left: $s-6;
|
margin-left: $s-6;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
svg {
|
svg {
|
||||||
fill: transparent;
|
fill: none;
|
||||||
width: $s-12;
|
width: $s-12;
|
||||||
height: $s-12;
|
height: $s-12;
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
|
@ -186,17 +186,19 @@
|
||||||
margin-left: $s-12;
|
margin-left: $s-12;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
svg {
|
||||||
|
width: $s-16;
|
||||||
|
height: $s-16;
|
||||||
|
stroke: $df-secondary;
|
||||||
|
fill: none;
|
||||||
|
}
|
||||||
|
|
||||||
&.failure {
|
&.failure {
|
||||||
margin-right: $s-12;
|
margin-right: $s-12;
|
||||||
svg {
|
svg {
|
||||||
stroke: var(--warning-color);
|
stroke: var(--warning-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
svg {
|
|
||||||
width: $s-16;
|
|
||||||
height: $s-16;
|
|
||||||
stroke: $df-secondary;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.close {
|
&.close {
|
||||||
background: none;
|
background: none;
|
||||||
|
@ -275,6 +277,7 @@
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
stroke: $df-secondary;
|
stroke: $df-secondary;
|
||||||
|
fill: none;
|
||||||
height: $s-20;
|
height: $s-20;
|
||||||
width: $s-20;
|
width: $s-20;
|
||||||
}
|
}
|
||||||
|
@ -312,6 +315,7 @@
|
||||||
|
|
||||||
.icon svg {
|
.icon svg {
|
||||||
stroke: $df-secondary;
|
stroke: $df-secondary;
|
||||||
|
fill: none;
|
||||||
width: $s-32;
|
width: $s-32;
|
||||||
height: $s-32;
|
height: $s-32;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue