16 lines
289 B
CSS
16 lines
289 B
CSS
.homegrade-blocks-vocabulaire-summary {
|
|
@apply bg-gray rounded-2xl p-12;
|
|
details {
|
|
@apply rounded-2xl mb-4;
|
|
}
|
|
|
|
&__title,
|
|
h2 {
|
|
@apply text-3xl !text-black pb-6 font-bold my-0;
|
|
/* color: red !important; */
|
|
}
|
|
&__content {
|
|
padding-top: 30px;
|
|
}
|
|
}
|