adding a text-indent to :after acontenrt on new tab links

This commit is contained in:
Antoine M 2024-08-09 16:16:30 +02:00
parent 949325bfe7
commit 02a68ac73f

View File

@ -42,6 +42,7 @@ main
}
@apply w-4 h-4 inline-block ml-2 bg-center bg-no-repeat;
font-size: 0 !important;
text-indent: -9999px;
background-image: url('../resources/img/graphic-assets/icone-external-link-purple.svg');
}
&:hover {
@ -66,6 +67,7 @@ a[href$='.pdf']:is(a[href*='homegrade\.local'], a[href*='homegrade\.brussels']):
}
@apply w-4 h-4 inline-block ml-2 bg-center bg-no-repeat;
font-size: 0 !important;
text-indent: -9999px;
background-image: url('../resources/img/graphic-assets/icon_brochure_download.svg');
}
}