Metiers_du_patrimoine_theme/template-components/artisans/card-taxonomies.css

23 lines
461 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;
&--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;
}
}