FEATURE Handling target blank

This commit is contained in:
Antoine M 2025-06-26 17:38:05 +02:00
parent 05c05cabf8
commit 28d67b05fb

View File

@ -0,0 +1,11 @@
a[target='_blank'] {
&:after {
@apply content-[''] w-7 h-7 ml-2 inline-block;
background-image: url('../resources/img/carhop-fleche-lien-externe-full--green.svg');
transform: translateY(6px);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
}