lille-metropole-2022: fix custom links icons display (#73363) #116

Merged
smihai merged 1 commits from wip/73363-lille-metropole-fix-custom-icons-position into main 2023-01-16 15:59:28 +01:00
1 changed files with 12 additions and 5 deletions

View File

@ -21,11 +21,18 @@ div#page {
}
%cell-links-list {
> li > a {
color: $font-color;
text-transform: uppercase;
&:hover {
color: $primary-color;
> li {
> a {
color: $font-color;
text-transform: uppercase;
&:hover {
color: $primary-color;
}
}
&.required-authentication, &.is-redirection, &.external-link {
> a {
display: block;
}
}
}
}