carhop__carhop-theme__DEV/resources/css/base/links.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;
}
}