From 5b377b124f5d3e29fb1b0b8d8a70abb9271eff98 Mon Sep 17 00:00:00 2001 From: Agate Berriot Date: Tue, 27 Sep 2022 10:20:04 +0200 Subject: [PATCH 3/3] mnhn: added css class to display subcollections (#69588) --- static/mnhn/_custom.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/static/mnhn/_custom.scss b/static/mnhn/_custom.scss index a36c3e64..a1436ff1 100644 --- a/static/mnhn/_custom.scss +++ b/static/mnhn/_custom.scss @@ -177,7 +177,7 @@ label .required { } // links / underline expand/collapse animation -main a:not(.links-list *, .categories-cell *, .carrousel-content *, .pk-button, .pk-big-button, .account-management *) { +main a:not(.links-list *, .categories-cell *, .carrousel-content *, .pk-button, .pk-big-button, .account-management *, .collection-button) { background-size: 100% 2px; background-repeat: no-repeat; background-position: center 100%; @@ -197,6 +197,13 @@ hr { } +.collection-button { + @extend %inverted-button; + margin-bottom: $space-small; + margin-right: $space-xsmall; + margin-left: $space-xsmall; + display: inline-block; +} // footers .dark-footer { -- 2.37.2