mirror of
https://github.com/penpot/penpot.git
synced 2025-02-14 11:09:04 -05:00
🐛 Fix pin icon in project
This commit is contained in:
parent
a7dfda515b
commit
9ca1efc128
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@
|
||||||
|
|
||||||
.pin-icon {
|
.pin-icon {
|
||||||
margin: 0 $size-2 0 $size-5;
|
margin: 0 $size-2 0 $size-5;
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
svg {
|
svg {
|
||||||
fill: $color-gray-20;
|
fill: $color-gray-20;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue