diff --git a/template-components/artisans/card-taxonomies.css b/template-components/artisans/card-taxonomies.css new file mode 100644 index 0000000..fa28139 --- /dev/null +++ b/template-components/artisans/card-taxonomies.css @@ -0,0 +1,20 @@ +.card-taxonomies { + @apply bg-white rounded-2xl p-8 border border-neutral-200 mt-6; + @apply flex flex-col gap-8 items-start; + + &__titling { + @apply flex items-center gap-4; + + .card-taxonomies__title { + @apply my-0; + } + .card-taxonomies__icon { + @apply w-10 h-10 p-2 bg-white rounded-lg shadowed; + object-fit: contain; + } + } + + &__taxo-container { + @apply !m-0; + } +} diff --git a/template-components/artisans/card-taxonomies.php b/template-components/artisans/card-taxonomies.php new file mode 100644 index 0000000..818e34b --- /dev/null +++ b/template-components/artisans/card-taxonomies.php @@ -0,0 +1,45 @@ + + + +
+ + +
+ +
+ +

+
+
+ $term) : ?> + name; ?> + +
+
+ + +
+
+ +

+
+
+ $term) : ?> + name; ?> + +
+
+ + +
\ No newline at end of file