homegrade_theme_production/resources/css/blocks/vocabulaire-summary.css
2023-08-31 17:23:12 +02:00

16 lines
274 B
CSS

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