ouidade 4 дней назад
Родитель
Сommit
ecfa6c747e

+ 0 - 6
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;

+ 3 - 3
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;
+        // }
       }
       
     }

+ 3 - 0
web/themes/custom/eql/scss/global/print/_projets-complets-print.scss

@@ -402,4 +402,7 @@
       margin-bottom: 1rem;
     }
   }
+  .field--name-field-texte{
+    
+  }
 }

+ 3 - 3
web/themes/custom/eql/templates/layout/page.html.twig

@@ -80,9 +80,9 @@
           {{ page.footer_bottom_right }}
         </section>
       </footer>
-      <div class="print print-only back-cover no-print-after">{# div pour 4eme de couverture print only #}
-        {{ page.footer_bottom_left }}
+      {# <div class="print print-only back-cover no-print-after">{# div pour 4eme de couverture print only #}
+        {# {{ page.footer_bottom_left }}
         {{ page.footer_bottom_middle }}
-      </div>
+      </div> #}
 
   </div>{# /.layout-container #}