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

Merged
smihai merged 1 commits from wip/71877-lille-metropole-update-links-icons-position into main 2022-12-05 15:47:50 +01:00
1 changed files with 4 additions and 3 deletions

View File

@ -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;
}
}