enleve double footer print

This commit is contained in:
2026-05-22 14:49:13 +02:00
parent 9d9b18c16e
commit ecfa6c747e
4 changed files with 9 additions and 12 deletions
-6
View File
@@ -495,12 +495,6 @@ svg.ext {
.path-projets-complets .view-projets .field--name-field-encours-fini { .path-projets-complets .view-projets .field--name-field-encours-fini {
display: none; display: none;
} }
@media screen {
.path-projets-complets .view-projets .node-type-projet {
visibility: hidden;
}
}
@media print { @media print {
* { * {
box-shadow: none !important; box-shadow: none !important;
@@ -207,9 +207,9 @@
// ///// /////////// // ///// ///////////
@media screen { @media screen {
.node-type-projet { // .node-type-projet {
visibility: hidden; // visibility: hidden;
} // }
} }
} }
@@ -402,4 +402,7 @@
margin-bottom: 1rem; margin-bottom: 1rem;
} }
} }
.field--name-field-texte{
}
} }
@@ -80,9 +80,9 @@
{{ page.footer_bottom_right }} {{ page.footer_bottom_right }}
</section> </section>
</footer> </footer>
<div class="print print-only back-cover no-print-after">{# div pour 4eme de couverture print only #} {# <div class="print print-only back-cover no-print-after">{# div pour 4eme de couverture print only #}
{{ page.footer_bottom_left }} {# {{ page.footer_bottom_left }}
{{ page.footer_bottom_middle }} {{ page.footer_bottom_middle }}
</div> </div> #}
</div>{# /.layout-container #} </div>{# /.layout-container #}