homegrade_theme_production/template-components/card-frequent_question.css
2023-06-15 17:59:33 +02:00

20 lines
309 B
CSS

.card-frequent-question {
@apply shadowed p-8 rounded-3xl;
&__icon {
max-width: 80px;
}
&__title {
@apply mt-4;
@apply text-xl pb-4 font-bold;
}
&__tags_container {
@apply flex flex-wrap gap-x-3 mt-4;
.tag {
@apply py-1 px-4 rounded-lg;
}
}
}