mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 12:21:38 +02:00
🐛 Fix toggle collapse layer icon
This commit is contained in:
parent
b73b40b23c
commit
c6d1f80af2
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@
|
||||||
padding: $size-1 $size-2;
|
padding: $size-1 $size-2;
|
||||||
transition: none;
|
transition: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
.toggle-content {
|
||||||
|
svg {
|
||||||
|
display: flex;
|
||||||
|
height: 13px;
|
||||||
|
width: 13px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue