ouidade преди 3 години
родител
ревизия
0b9d875880

+ 12 - 6
web/themes/custom/eql/css-compiled/styles.css

@@ -476,7 +476,8 @@ a {
   .path-actualites .block-region-content {
     display: grid;
     grid-template-columns: 1fr 8fr 1fr;
-    margin: auto; }
+    margin: auto;
+    padding-top: 3rem; }
     .path-actualites .block-region-content .block-views {
       grid-column: 2; }
       .path-actualites .block-region-content .block-views .view-content {
@@ -491,7 +492,9 @@ a {
       .path-actualites .block-region-content .block-views .node-type-actualite {
         color: #09398b;
         line-height: 1.5rem;
-        padding: 0.5rem; }
+        padding: 0.5rem;
+        padding-right: 1rem;
+        padding-left: 1rem; }
         .path-actualites .block-region-content .block-views .node-type-actualite div:first-child {
           display: flex;
           flex-direction: column; }
@@ -572,7 +575,6 @@ header {
 #header-top {
   height: 7rem;
   background-color: white;
-  box-shadow: 1px 0px 8px black;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
@@ -582,6 +584,7 @@ header {
     display: flex;
     flex-direction: row;
     padding: 1rem;
+    padding-left: 3rem;
     align-items: start;
     color: black;
     font-weight: 800; }
@@ -589,13 +592,16 @@ header {
       display: flex;
       height: 100%;
       align-items: center; }
+      #header-top .region-header-top-left #block-logogouv img {
+        width: 80%;
+        height: auto; }
     #header-top .region-header-top-left #block-logoeql {
       display: flex;
       height: 100%;
-      align-items: center;
-      padding-left: 2rem; }
+      align-items: center; }
       #header-top .region-header-top-left #block-logoeql img {
-        height: 80%; }
+        width: 80%;
+        height: auto; }
     #header-top .region-header-top-left ul {
       list-style: none;
       display: flex;

+ 4 - 1
web/themes/custom/eql/scss/pages/_toutesactualites.scss

@@ -8,6 +8,7 @@
         display: grid;
         grid-template-columns: 1fr 8fr 1fr;
         margin: auto;
+        padding-top: 3rem;
 
         .block-views{
             grid-column: 2;
@@ -18,7 +19,7 @@
                 .views-row{
                     width: 25%;
                     flex: 0 0 25%;
-                }
+                }    
             }
             .view-display-id-block_2{
                 padding-top: 0;
@@ -27,6 +28,8 @@
                 color: $blue-dark;
                 line-height: 1.5rem;
                 padding: 0.5rem;
+                padding-right: 1rem;
+                padding-left: 1rem;
                 div:first-child{                
                     display: flex;
                     flex-direction: column;

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

@@ -14,7 +14,7 @@ header{
 #header-top {
     height: 7rem;
     background-color: $white;
-    box-shadow: 1px 0px 8px $black;
+    // box-shadow: 1px 0px 8px $black;
     display: flex;
     flex-direction: row;
     justify-content: space-between;
@@ -26,6 +26,7 @@ header{
         display:flex;
         flex-direction: row;
         padding: 1rem;
+        padding-left: 3rem;
         align-items:start;  
         color: $black;  
         font-weight: 800;
@@ -34,14 +35,19 @@ header{
             display: flex;
             height: 100%;
             align-items: center;
+            img{
+                width: 80%;
+                height: auto;
+            }
         }
         #block-logoeql{
             display: flex;
             height: 100%;
             align-items: center;
-            padding-left: 2rem;
+
             img{
-                height: 80%;
+                width: 80%;
+                height: auto;
             }
         }