ouidade 3 éve
szülő
commit
d2d1e3fd3e

+ 24 - 2
web/themes/custom/eql/css-compiled/styles.css

@@ -214,7 +214,8 @@ a {
     padding-bottom: 3rem;
     width: 69%;
     height: fit-content;
-    margin-bottom: 1rem; }
+    margin-bottom: 1rem;
+    background-color: white; }
     .layout__region--third .block-entity-fieldnodefield-ress .node-type-ressource:first-of-type {
       border-top: 1px solid #009ee3;
       padding-top: 1rem; }
@@ -381,7 +382,8 @@ a {
 
 .node-id-20 {
   background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
-  background-repeat: no-repeat; }
+  background-repeat: no-repeat;
+  top: 7rem; }
   .node-id-20 .layout__region--top {
     padding-bottom: 3rem; }
     .node-id-20 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
@@ -433,6 +435,19 @@ a {
     background-color: #009ee3;
     text-transform: uppercase; }
 
+.node-id-3 {
+  background: url("../images/pictos/carre-contour-bleu_partenaire.svg");
+  background-repeat: no-repeat; }
+  .node-id-3 .layout__region--top {
+    padding-bottom: 3rem; }
+    .node-id-3 .layout__region--top .block-region-top .block-entity-fieldnodetitle .field--name-title {
+      font-family: 'Source Code Pro';
+      font-size: 2rem;
+      font-weight: 800;
+      color: #009ee3;
+      background-color: white;
+      text-transform: uppercase; }
+
 .path-actualites {
   background-color: rgba(0, 158, 227, 0.2);
   margin: 0; }
@@ -526,6 +541,13 @@ header {
       display: flex;
       height: 100%;
       align-items: center; }
+    #header-top .region-header-top-left #block-logoeql {
+      display: flex;
+      height: 100%;
+      align-items: center;
+      padding-left: 2rem; }
+      #header-top .region-header-top-left #block-logoeql img {
+        height: 80%; }
     #header-top .region-header-top-left ul {
       list-style: none;
       display: flex;

+ 23 - 0
web/themes/custom/eql/scss/pages/_ami.scss

@@ -0,0 +1,23 @@
+.node-id-3{
+
+    background: url('../images/pictos/carre-contour-bleu_partenaire.svg');
+    background-repeat: no-repeat;
+
+
+    .layout__region--top{               //bandeau titre page static
+        padding-bottom: 3rem;
+        .block-region-top{
+            .block-entity-fieldnodetitle{
+                .field--name-title{
+                    font-family: 'Source Code Pro';
+                    font-size: 2rem;
+                    font-weight: 800;
+                    color: $blue-light;
+                    background-color: $white;
+                    text-transform: uppercase;
+                }
+            }
+        }
+    
+    }
+}

+ 1 - 1
web/themes/custom/eql/scss/pages/_partenaires.scss

@@ -2,7 +2,7 @@
 
     background: url('../images/pictos/carre-contour-bleu_partenaire.svg');
     background-repeat: no-repeat;
-
+    top: 7rem;
 
     .layout__region--top{               //bandeau titre page static
         padding-bottom: 3rem;

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

@@ -120,6 +120,7 @@
             width: 69%;
             height: fit-content;
             margin-bottom: 1rem;
+            background-color: $white;
             &:first-of-type{
                 border-top: 1px solid $blue-light;
                 padding-top: 1rem;

+ 9 - 0
web/themes/custom/eql/scss/partials/_header.scss

@@ -35,6 +35,15 @@ header{
             height: 100%;
             align-items: center;
         }
+        #block-logoeql{
+            display: flex;
+            height: 100%;
+            align-items: center;
+            padding-left: 2rem;
+            img{
+                height: 80%;
+            }
+        }
 
         ul{
             list-style: none;