浏览代码

css lien page mentions légales

ouidade 3 年之前
父节点
当前提交
e29d299fcb

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

@@ -1196,10 +1196,10 @@ a {
       color: white;
       background-color: #009ee3;
       text-transform: uppercase; }
-  .node-id-6 a {
+  .node-id-6 .block-entity-fieldnodefield-textes .paragraph--type--texte a {
     color: black;
     text-decoration: underline; }
-    .node-id-6 a svg {
+    .node-id-6 .block-entity-fieldnodefield-textes .paragraph--type--texte a svg {
       display: none; }
 
 .path-ressources.basededonnees .layout-content {

+ 11 - 5
web/themes/custom/eql/scss/pages/_mentions-legales.scss

@@ -30,11 +30,17 @@
         }
     
     }
-    a{ 
-        color: $black;
-        text-decoration: underline;
-        svg{
-            display: none;
+    .block-entity-fieldnodefield-textes{
+        .paragraph--type--texte{
+            a{ 
+                color: $black;
+                text-decoration: underline;
+                svg{
+                    display: none;
+                }
+            }
         }
     }
+    
+
 }