lille-metropole-2022: fix foldable cells icon position (#68619)

This commit is contained in:
Serghei Mihai 2022-09-01 11:03:45 +02:00
parent cf658bd6fa
commit f9b7496c8b
1 changed files with 3 additions and 7 deletions

View File

@ -209,13 +209,6 @@ div.cell {
color: $primary-color;
}
}
&.foldable {
> div > h2:first-child::after {
right: 0;
bottom: 0;
height: 24px;
}
}
&.wcs-forms-of-category-cell, &.link-list-cell {
border: 2px solid $font-color;
&.foldable {
@ -224,6 +217,9 @@ div.cell {
padding-bottom: 1.25rem;
&::after {
right: -2px;
bottom: -1px;
height: 24px;
width: 24px;
}
}
}