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;