From a6b0f30a61ef576cc824072e5c723ba6cf178fff Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 21 Dec 2021 21:23:19 +0100 Subject: [PATCH] =?UTF-8?q?css=20lien=20page=20mentions=20l=C3=A9gales=20&?= =?UTF-8?q?=20contact?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/themes/custom/eql/css-compiled/styles.css | 10 ++++++++-- .../custom/eql/scss/pages/_contact.scss | 17 +++++++++++++++++ .../eql/scss/pages/_mentions-legales.scss | 19 ++++++++++++------- 3 files changed, 37 insertions(+), 9 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 0afca2f..8401cba 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -1065,6 +1065,12 @@ a { background-color: #009ee3; text-transform: uppercase; } +.node-id-5 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .paragraph--type--texte a { + color: black; + text-decoration: underline; } + .node-id-5 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .paragraph--type--texte a svg { + display: none; } + .path-faq #block-contenudelapageprincipale h2 { font-family: 'Source Code Pro'; font-size: 2rem; @@ -1196,10 +1202,10 @@ a { color: white; background-color: #009ee3; text-transform: uppercase; } - .node-id-6 .block-entity-fieldnodefield-textes .paragraph--type--texte a { + .node-id-6 .layout__region--second .block-region-second .block-entity-fieldnodefield-textes .paragraph--type--texte a { color: black; text-decoration: underline; } - .node-id-6 .block-entity-fieldnodefield-textes .paragraph--type--texte a svg { + .node-id-6 .layout__region--second .block-region-second .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/_contact.scss b/web/themes/custom/eql/scss/pages/_contact.scss index 226e470..787f52c 100644 --- a/web/themes/custom/eql/scss/pages/_contact.scss +++ b/web/themes/custom/eql/scss/pages/_contact.scss @@ -25,4 +25,21 @@ } } + .layout__region--second{ + + .block-region-second{ + .block-entity-fieldnodefield-textes{ + .paragraph--type--texte{ + a{ + color: $black; + text-decoration: underline; + svg{ + display: none; + } + } + } + } + } + } + } \ No newline at end of file diff --git a/web/themes/custom/eql/scss/pages/_mentions-legales.scss b/web/themes/custom/eql/scss/pages/_mentions-legales.scss index 7e12d23..c83b84d 100644 --- a/web/themes/custom/eql/scss/pages/_mentions-legales.scss +++ b/web/themes/custom/eql/scss/pages/_mentions-legales.scss @@ -30,13 +30,18 @@ } } - .block-entity-fieldnodefield-textes{ - .paragraph--type--texte{ - a{ - color: $black; - text-decoration: underline; - svg{ - display: none; + .layout__region--second{ + + .block-region-second{ + .block-entity-fieldnodefield-textes{ + .paragraph--type--texte{ + a{ + color: $black; + text-decoration: underline; + svg{ + display: none; + } + } } } }