Quellcode durchsuchen

page mentions légales

ouidade vor 3 Jahren
Ursprung
Commit
400dce54f0

+ 20 - 0
web/themes/custom/eql/css-compiled/styles.css

@@ -971,6 +971,26 @@ a {
             text-decoration: underline;
             font-weight: 800; }
 
+.node-id-6 {
+  background: url("../images/pictos/carre-contour-bleu_contact.svg");
+  background-repeat: no-repeat;
+  background-position-y: 7rem;
+  max-width: 100vw;
+  background-size: contain; }
+  .node-id-6 .layout__region--top {
+    padding-bottom: 3rem;
+    height: 30vh; }
+    .node-id-6 .layout__region--top .block-region-top .block-entity-fieldnodefield-images {
+      display: none;
+      height: inherit; }
+    .node-id-6 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
+      font-family: 'Source Code Pro';
+      font-size: 2rem;
+      font-weight: 800;
+      color: white;
+      background-color: #009ee3;
+      text-transform: uppercase; }
+
 /*partials*/
 .layout-container {
   position: relative; }

+ 4 - 1
web/themes/custom/eql/eql.libraries.yml

@@ -5,4 +5,7 @@ global-css:
 global-js:
   js:
     scripts/main.js: {}
-       
+
+# dependencies:
+#   - core/jquery
+    

+ 1 - 1
web/themes/custom/eql/eql.theme

@@ -33,7 +33,7 @@ function eql_preprocess_node(&$variables){
 
 // function eql_preprocess_field(&$variables) {
 //   static $counter = 0;
-//   $variables['counter'] = $counter++;
+//   $variables['counter'] = $counter++;ext
 // }
 
 

Datei-Diff unterdrückt, da er zu groß ist
+ 255 - 0
web/themes/custom/eql/scripts/extlink.js


Datei-Diff unterdrückt, da er zu groß ist
+ 34 - 0
web/themes/custom/eql/scripts/main.js


+ 1 - 0
web/themes/custom/eql/scss/pages/_actualite.scss

@@ -14,6 +14,7 @@
                 display: grid;
                 grid-template-columns: 1fr repeat(8, 1fr) 1fr;
                 padding-top: 2rem;
+                
                 .block-entity-fieldnodefield-actu-type{
     
                     grid-column: 2;

+ 33 - 0
web/themes/custom/eql/scss/pages/_mentions-legales.scss

@@ -0,0 +1,33 @@
+.node-id-6{
+
+    background: url('../images/pictos/carre-contour-bleu_contact.svg');
+    background-repeat: no-repeat;
+    background-position-y: 7rem;
+    max-width: 100vw;
+    background-size: contain;
+
+    .layout__region--top{               //bandeau titre page static
+        padding-bottom: 3rem;
+        height: 30vh;
+        
+        .block-region-top{
+            .block-entity-fieldnodefield-images{
+                display: none;
+                height: inherit;
+        
+            }
+            .block-entity-fieldnodetitle{
+
+                .field--name-title{
+                    font-family: 'Source Code Pro';
+                    font-size: 2rem;
+                    font-weight: 800;
+                    color: $white;
+                    background-color: $blue-light;
+                    text-transform: uppercase;
+                }
+            }
+        }
+    
+    }
+}

+ 1 - 0
web/themes/custom/eql/scss/styles.scss

@@ -28,6 +28,7 @@
 @import "pages/_programme";
 @import "pages/_contact";
 @import "pages/_faq";
+@import "pages/_mentions-legales";
 
 
 /*partials*/

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.