From 0531104dac2736ba27118352d60b369f9303ef7e Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 24 Oct 2024 10:40:05 +0200 Subject: [PATCH] introducing the component --- resources/css/base/tags.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 resources/css/base/tags.css diff --git a/resources/css/base/tags.css b/resources/css/base/tags.css new file mode 100644 index 0000000..0d97961 --- /dev/null +++ b/resources/css/base/tags.css @@ -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; + } +}