21 lines
424 B
CSS
21 lines
424 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;
|
|
|
|
&__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;
|
|
}
|
|
}
|