18 lines
386 B
CSS
18 lines
386 B
CSS
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;
|
|
}
|
|
}
|
|
|
|
.no-external-icon {
|
|
&:after {
|
|
@apply !hidden;
|
|
}
|
|
}
|