clermont-ici: change foldable icon color and size (#55593)

This commit is contained in:
Thomas Jund 2021-09-03 10:46:39 +02:00
parent 14ca4a896c
commit 195d01beab
1 changed files with 14 additions and 4 deletions

View File

@ -267,10 +267,20 @@ div.gru-nav ul {
padding-left: $image-width + 2;
}
&.foldable.folded {
h2:first-child {
background-color: white;
border-bottom: none;
&.foldable {
& > div > h2:first-child {
padding-right: 3rem;
&::after {
color: $red;
font-size: $fz-h2;
line-height: 0.75;
}
}
&.folded {
h2:first-child {
background-color: white;
border-bottom: none;
}
}
}