lille-metropole-2022: update links icons position (#71877)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Serghei Mihai 2022-11-30 12:47:21 +01:00
parent 7c0914a482
commit f62633380b
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;
}
}