From e6adf29505dbadf6f60c9ffb72cf2f99d4416a32 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 15 Sep 2026 16:16:42 +0200 Subject: [PATCH] =?UTF-8?q?evenement=20projets=20li=C3=A9s=20display?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/themes/custom/leshed/assets/scss/main.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/themes/custom/leshed/assets/scss/main.scss b/web/themes/custom/leshed/assets/scss/main.scss index 11f06e9..5f15261 100644 --- a/web/themes/custom/leshed/assets/scss/main.scss +++ b/web/themes/custom/leshed/assets/scss/main.scss @@ -595,6 +595,16 @@ article.node-type-evenement.view-mode-full{ } } + div.field_projet_s_lie_s{ + margin-top: 2em; + .field-label{ + margin-bottom: 1em; + } + article.node-type-projet.view-mode-tableau_liste{ + @include projetListe(); + } + } + }