mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 21:58:30 +02:00
🐛 Fix component sidebar title style
This commit is contained in:
parent
2fe820304e
commit
fd75974c2c
2 changed files with 41 additions and 24 deletions
|
@ -73,18 +73,6 @@
|
|||
width: 100%;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
svg {
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
fill: $color-gray-20;
|
||||
margin-right: 1rem;
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
&.back {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2587,6 +2575,23 @@
|
|||
}
|
||||
}
|
||||
|
||||
.component-block-title {
|
||||
border: none;
|
||||
background: none;
|
||||
|
||||
svg {
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
fill: $color-gray-20;
|
||||
margin-right: 1rem;
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
&.back {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.component-swap {
|
||||
.search-block {
|
||||
margin: 0.7rem 0.5rem 0.2rem 0.2rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue