From e29d299fcb9d47a39f64dfb5a619731fd1647697 Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 21 Dec 2021 21:18:34 +0100 Subject: [PATCH] =?UTF-8?q?css=20lien=20page=20mentions=20l=C3=A9gales?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/themes/custom/eql/css-compiled/styles.css | 4 ++-- .../custom/eql/scss/pages/_mentions-legales.scss | 16 +++++++++++----- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index af7b083..0afca2f 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/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 { diff --git a/web/themes/custom/eql/scss/pages/_mentions-legales.scss b/web/themes/custom/eql/scss/pages/_mentions-legales.scss index ad55b0e..7e12d23 100644 --- a/web/themes/custom/eql/scss/pages/_mentions-legales.scss +++ b/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; + } + } } } + + } \ No newline at end of file