🐛 Fix component sidebar title style

This commit is contained in:
Pablo Alba 2023-10-20 17:02:17 +02:00
parent 2fe820304e
commit fd75974c2c
2 changed files with 41 additions and 24 deletions

View file

@ -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;