2 Commits 265bff668d ... 5dd6914fc8

Author SHA1 Message Date
  ouidade 5dd6914fc8 ecran visibility hidden 1 month ago
  ouidade 55de8453a8 margin, display none ressources liées 1 month ago

+ 3 - 5
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -501,6 +501,7 @@ svg.ext {
   }
   }
 }
 }
 .path-projets-complets .projet-ressources-liees {
 .path-projets-complets .projet-ressources-liees {
+  display: none;
   margin-top: 2rem;
   margin-top: 2rem;
   width: 80%;
   width: 80%;
 }
 }
@@ -770,6 +771,7 @@ svg.ext {
     padding-top: 3rem;
     padding-top: 3rem;
   }
   }
   .path-projets-complets .layout-content .views-row .projet-ressources-liees {
   .path-projets-complets .layout-content .views-row .projet-ressources-liees {
+    display: none;
     padding-top: 3rem;
     padding-top: 3rem;
     width: 80%;
     width: 80%;
     margin: auto;
     margin: auto;
@@ -804,10 +806,6 @@ svg.ext {
   .path-projets-complets .views-row:first-child {
   .path-projets-complets .views-row:first-child {
     page-break-before: auto;
     page-break-before: auto;
   }
   }
-  .path-projets-complets .projet-header-print {
-    page-break-after: always;
-    break-after: page;
-  }
 }
 }
 .field--name-field-etape-du-projet,
 .field--name-field-etape-du-projet,
 .field--name-field-type-de-projet,
 .field--name-field-type-de-projet,
@@ -864,7 +862,7 @@ svg.ext {
   margin-top: 0;
   margin-top: 0;
 }
 }
 .field--name-field-textes p {
 .field--name-field-textes p {
-  margin-top: 0.5rem;
+  margin-top: 0rem;
 }
 }
 .field--name-field-textes .paragraph--type--texte {
 .field--name-field-textes .paragraph--type--texte {
   margin-top: 1.5rem;
   margin-top: 1.5rem;

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

@@ -214,6 +214,7 @@
       
       
     }
     }
     .projet-ressources-liees{
     .projet-ressources-liees{
+      display: none;
       margin-top: 2rem;
       margin-top: 2rem;
       width: 80%;
       width: 80%;
       // margin: auto;
       // margin: auto;

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

@@ -329,6 +329,7 @@
           padding-top: 3rem ;
           padding-top: 3rem ;
         } 
         } 
         .projet-ressources-liees{
         .projet-ressources-liees{
+          display: none;
           padding-top: 3rem;
           padding-top: 3rem;
           width: 80%;
           width: 80%;
           margin: auto;
           margin: auto;
@@ -383,8 +384,8 @@
   }
   }
 
 
   .path-projets-complets .projet-header-print {
   .path-projets-complets .projet-header-print {
-    page-break-after: always;
-    break-after: page;
+    // page-break-after: always;
+    // break-after: page;
   }
   }
   
   
 }
 }
@@ -434,7 +435,7 @@
     }
     }
   }
   }
   ul{margin-top: 0;}
   ul{margin-top: 0;}
-  p{margin-top: 0.5rem;}
+  p{margin-top: 0rem;}
   .paragraph--type--texte{
   .paragraph--type--texte{
     margin-top: 1.5rem;
     margin-top: 1.5rem;
     .field--name-field-titre{
     .field--name-field-titre{