14 lines
233 B
CSS
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;
|
|
}
|
|
}
|