boussu-2022: replace symbol used on links (#63362)

This commit is contained in:
Frédéric Péters 2022-04-13 14:46:32 +02:00
parent a52f458bf8
commit f44fe3c366
1 changed files with 3 additions and 2 deletions

View File

@ -188,8 +188,9 @@ div.gru-nav > ul > li a {
&::after {
margin-top: 0.5rem;
font-family: "Open Sans";
content: "+";
content: "";
display: block;
line-height: 1.3rem;
height: 1.5rem;
width: 1.5rem;
text-align: center;
@ -420,7 +421,7 @@ div.link-cell.has-asset-picture {
top: calc(50% - 1.25rem);
left: calc(50% - 1.25rem);
font-family: "Open Sans";
content: "+";
content: "";
display: block;
height: 2.5rem;
line-height: 2.2rem;