From 7e22e1288c972a498d0fbb236aeb1b2151d46e79 Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 3 Dec 2021 16:08:25 +0100 Subject: [PATCH] display none svg bouton home --- web/themes/custom/eql/css-compiled/styles.css | 2 ++ web/themes/custom/eql/scss/pages/_home.scss | 3 +++ 2 files changed, 5 insertions(+) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 6b7debc..b1c9dfd 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -348,6 +348,8 @@ a { text-transform: uppercase; font-weight: 700; color: #009ee3; } + .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a .ext { + display: none; } .path-frontpage .block-region-content .block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca .field--type-link a::after { content: url('data:image/svg+xml,'); } .path-frontpage .block-region-content .block-block-content1bb9024b-d95f-4137-894c-362abf10a483 { diff --git a/web/themes/custom/eql/scss/pages/_home.scss b/web/themes/custom/eql/scss/pages/_home.scss index f933136..89d05ec 100644 --- a/web/themes/custom/eql/scss/pages/_home.scss +++ b/web/themes/custom/eql/scss/pages/_home.scss @@ -126,6 +126,9 @@ text-transform: uppercase; font-weight: 700; color: $blue-light; + .ext{ + display: none; + } } a::after{