Browse Source

fix bug page mentions légales

ouidade 5 months ago
parent
commit
976274658c

+ 4 - 1
web/themes/custom/reha/css/reha.css

@@ -474,7 +474,7 @@ header {
     content: url(../images/noun-cross-1151731.svg);
     float: right;
     position: relative;
-    left: 70px;
+    left: 90px;
     cursor: pointer; }
 
 footer {
@@ -1050,3 +1050,6 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
 
 .page--contacts div.contacts-full section.titre {
   display: none; }
+
+.field--name-field-mentions-legales div:first-of-type {
+  display: none; }

+ 8 - 0
web/themes/custom/reha/scss/pages/_page--static.scss

@@ -0,0 +1,8 @@
+.page--contacts div.contacts-full section.titre{
+    display: none;
+
+}
+
+.field--name-field-mentions-legales div:first-of-type{
+    display: none;
+}

+ 1 - 1
web/themes/custom/reha/scss/partials/_header.scss

@@ -369,7 +369,7 @@ header{
             content: url(../images/noun-cross-1151731.svg);
             float: right;
             position: relative;
-            left: 70px;
+            left: 90px;
             cursor: pointer;
             
     }

+ 1 - 1
web/themes/custom/reha/scss/reha.scss

@@ -29,4 +29,4 @@
 @import "pages/proposer-une-operation";
 @import "pages/user--edit";
 @import "pages/modifier-une-operation";
-@import "pages/page--contacts";
+@import "pages/page--static.scss";