From f62633380b83a38992ab487473ea4ebb5b022df9 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Wed, 30 Nov 2022 12:47:21 +0100 Subject: [PATCH] lille-metropole-2022: update links icons position (#71877) --- static/lille-metropole-2022/_custom.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/lille-metropole-2022/_custom.scss b/static/lille-metropole-2022/_custom.scss index d41c2497..416c5b2a 100644 --- a/static/lille-metropole-2022/_custom.scss +++ b/static/lille-metropole-2022/_custom.scss @@ -351,7 +351,10 @@ div.title { li.required-authentication, li.external-link, li.is-redirection { a::after { - color: $primary-color; + color: unset; + position: relative; + margin-left: 1rem; + right: initial; } } @@ -363,8 +366,6 @@ li.external-link, li.is-redirection { a::after { content: '\f08e'; /* fa-external-link */ font-family: FontAwesome; - position: absolute; - right: 0.7em; } } -- 2.39.2