13 lines
209 B
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;
|
|
}
|
|
}
|