angouleme: change fold icons (#67428)

This commit is contained in:
Corentin Sechet 2022-07-18 14:15:15 +02:00
parent 45c52e6986
commit 0b84ff58a5
2 changed files with 12 additions and 0 deletions

View File

@ -146,6 +146,16 @@ div.cell.has-asset-picture {
}
}
div.cell.wcsformsofcategorycell {
&.foldable > div {
> h2:first-child {
&::after {
top: 1rem;
}
}
}
}
@media ($max-mobile-viewport) {
body.has-header-background .site-header {
background-image: none;

View File

@ -56,6 +56,8 @@ $cell-entry-border: 1px solid $primary-color;
$cell-entry-color: $gray;
$cell-entry-hover-color: $primary-color;
$cell-entry-hover-background: transparent;
$cell-open-foldable-icon: "\f0fe";
$cell-close-foldable-icon: "\f146";
$widget-border: 1px solid $gray;
$widget-background: none;