homegrade_theme_production/resources/css/blocks/vocabulaire-summary.css

13 lines
209 B
CSS

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