lille-metropole-2022: update links icons position (#71877)

This commit is contained in:
Serghei Mihai 2022-11-30 12:47:21 +01:00 committed by Gitea
parent b5a2f339a1
commit 2247291e6e
1 changed files with 4 additions and 3 deletions

View File

@ -353,7 +353,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;
}
}
@ -365,8 +368,6 @@ li.external-link, li.is-redirection {
a::after {
content: '\f08e'; /* fa-external-link */
font-family: FontAwesome;
position: absolute;
right: 0.7em;
}
}