From ecfa6c747e89bb9c9ebbebbc79e8676249860dc1 Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 22 May 2026 14:49:13 +0200 Subject: [PATCH] enleve double footer print --- web/themes/custom/eql/dist/assets/css/bundle.css | 6 ------ .../eql/scss/global/print/_projets-complets-ecran.scss | 6 +++--- .../eql/scss/global/print/_projets-complets-print.scss | 3 +++ web/themes/custom/eql/templates/layout/page.html.twig | 6 +++--- 4 files changed, 9 insertions(+), 12 deletions(-) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index e5fb821..6319528 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -495,12 +495,6 @@ svg.ext { .path-projets-complets .view-projets .field--name-field-encours-fini { display: none; } -@media screen { - .path-projets-complets .view-projets .node-type-projet { - visibility: hidden; - } -} - @media print { * { box-shadow: none !important; diff --git a/web/themes/custom/eql/scss/global/print/_projets-complets-ecran.scss b/web/themes/custom/eql/scss/global/print/_projets-complets-ecran.scss index 034be2f..0e588a3 100644 --- a/web/themes/custom/eql/scss/global/print/_projets-complets-ecran.scss +++ b/web/themes/custom/eql/scss/global/print/_projets-complets-ecran.scss @@ -207,9 +207,9 @@ // ///// /////////// @media screen { - .node-type-projet { - visibility: hidden; - } + // .node-type-projet { + // visibility: hidden; + // } } } diff --git a/web/themes/custom/eql/scss/global/print/_projets-complets-print.scss b/web/themes/custom/eql/scss/global/print/_projets-complets-print.scss index 97218be..30b4ccb 100644 --- a/web/themes/custom/eql/scss/global/print/_projets-complets-print.scss +++ b/web/themes/custom/eql/scss/global/print/_projets-complets-print.scss @@ -402,4 +402,7 @@ margin-bottom: 1rem; } } + .field--name-field-texte{ + + } } \ No newline at end of file diff --git a/web/themes/custom/eql/templates/layout/page.html.twig b/web/themes/custom/eql/templates/layout/page.html.twig index f81dddd..3e6a131 100644 --- a/web/themes/custom/eql/templates/layout/page.html.twig +++ b/web/themes/custom/eql/templates/layout/page.html.twig @@ -80,9 +80,9 @@ {{ page.footer_bottom_right }} - #} {# /.layout-container #}