switching accordeons styles to dedicated accordeon css component stylesheet

This commit is contained in:
Antoine M 2023-12-13 16:31:17 +01:00
parent e3c652d072
commit e1c1645f3e

View File

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