Metiers_du_patrimoine_theme/template-components/artisans/card-taxonomies.css
Nonimart ae3c6b95b8
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Handling line return after parent tax tag
2025-07-11 09:19:42 +02:00

25 lines
520 B
CSS

.card-taxonomies {
@apply bg-white rounded-2xl p-8 border border-neutral-200 mt-6;
@apply flex flex-col gap-8 items-start;
.taxonomy-tag-parent-container {
@apply w-full;
}
&--empty {
@apply hidden;
}
&__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;
}
}