From 0b84ff58a5b05fbc3fc39132ca60ef743ae0a057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Mon, 18 Jul 2022 14:15:15 +0200 Subject: [PATCH] angouleme: change fold icons (#67428) --- static/angouleme/_custom.scss | 10 ++++++++++ static/angouleme/_vars.scss | 2 ++ 2 files changed, 12 insertions(+) diff --git a/static/angouleme/_custom.scss b/static/angouleme/_custom.scss index 7441782f..83d59aa5 100644 --- a/static/angouleme/_custom.scss +++ b/static/angouleme/_custom.scss @@ -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; diff --git a/static/angouleme/_vars.scss b/static/angouleme/_vars.scss index 7baa69f4..03d5574f 100644 --- a/static/angouleme/_vars.scss +++ b/static/angouleme/_vars.scss @@ -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;