Forráskód Böngészése

fix bug html--node.html.twig

ouidade 3 éve
szülő
commit
a7ffdebc8a

+ 3 - 1
web/themes/custom/eql/css-compiled/styles.css

@@ -816,9 +816,11 @@ a {
     .field--name-field-partenaires a svg {
       display: none; }
 
+.path-node.page-node-type-actualite .offresdeservices.layout-content.region-content#block-contenudelapageprincipale {
+  background: none !important; }
+
 .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top {
   background: linear-gradient(to bottom, rgba(0, 158, 227, 0.2) 60%, white 40%);
-  padding-right: 1rem;
   padding-bottom: 4rem; }
   .path-node.page-node-type-actualite .layout--threecol-25-50-25 .layout__region--top .block-region-top {
     display: grid;

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

@@ -1,4 +1,8 @@
 .path-node.page-node-type-actualite{
+    .offresdeservices.layout-content.region-content#block-contenudelapageprincipale{
+        background: none !important;
+    }
+    
     .layout--threecol-25-50-25{
         // display: grid;
         // grid-template-rows: repeat(6, auto);
@@ -9,7 +13,7 @@
             // background-color: $background-actus;
             // height: 40vh;
             background: linear-gradient(to bottom, $background-actus 60%, white 40%);
-            padding-right: 1rem;
+            // padding-right: 1rem;
             padding-bottom: 4rem;
             .block-region-top{
                 // position: relative;

+ 1 - 1
web/themes/custom/eql/templates/layout/html--node.html.twig

@@ -30,7 +30,7 @@
     node_type ? 'page-node-type-' ~ node_type|clean_class,
   
     db_offline ? 'db-offline',
-    'offresdeservices',
+    
   ]
 %}
 <!DOCTYPE html>