diff --git a/resources/css/base/links.css b/resources/css/base/links.css new file mode 100644 index 0000000..7ea4047 --- /dev/null +++ b/resources/css/base/links.css @@ -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; + } +}