FEATURE Handling target blank
This commit is contained in:
parent
05c05cabf8
commit
28d67b05fb
11
resources/css/base/links.css
Normal file
11
resources/css/base/links.css
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user