adding a text-indent to :after acontenrt on new tab links
This commit is contained in:
parent
949325bfe7
commit
02a68ac73f
|
|
@ -42,6 +42,7 @@ main
|
||||||
}
|
}
|
||||||
@apply w-4 h-4 inline-block ml-2 bg-center bg-no-repeat;
|
@apply w-4 h-4 inline-block ml-2 bg-center bg-no-repeat;
|
||||||
font-size: 0 !important;
|
font-size: 0 !important;
|
||||||
|
text-indent: -9999px;
|
||||||
background-image: url('../resources/img/graphic-assets/icone-external-link-purple.svg');
|
background-image: url('../resources/img/graphic-assets/icone-external-link-purple.svg');
|
||||||
}
|
}
|
||||||
&:hover {
|
&: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;
|
@apply w-4 h-4 inline-block ml-2 bg-center bg-no-repeat;
|
||||||
font-size: 0 !important;
|
font-size: 0 !important;
|
||||||
|
text-indent: -9999px;
|
||||||
background-image: url('../resources/img/graphic-assets/icon_brochure_download.svg');
|
background-image: url('../resources/img/graphic-assets/icon_brochure_download.svg');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user