homegrade_theme_production/resources/css/blocks/vocabulaire-summary.css
2023-08-30 18:11:34 +02:00

14 lines
233 B
CSS

.homegrade-blocks-vocabulaire-summary {
@apply bg-gray rounded-2xl p-12;
details {
@apply rounded-2xl mb-4;
}
&__title {
@apply text-3xl !text-black pb-6;
}
&__content {
padding-top: 30px;
}
}