introducing the component

This commit is contained in:
Antoine M 2024-10-24 10:40:05 +02:00
parent cb58cf2232
commit 0531104dac

View File

@ -0,0 +1,6 @@
.taxonomy-tags {
@apply flex flex-wrap gap-2 mt-4;
.taxonomy-tag {
@apply bg-patrimoine-sante-securite-light text-patrimoine-sante-securite rounded-lg text-sm px-3 py-1;
}
}