REFACTOR
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-01 12:32:57 +02:00
parent a06c58aa54
commit f379cfa765

View File

@ -1,5 +1,5 @@
.block-revues-precedentes { .block-revues-precedentes {
@apply bg-carhop-blue-50 py-32; @apply bg-carhop-blue-50 py-28;
.block-revues-precedentes__header { .block-revues-precedentes__header {
} }
.swiper-controls, .swiper-controls,
@ -16,9 +16,6 @@
#discover-all-revues { #discover-all-revues {
@apply internal-link-with-icon; @apply internal-link-with-icon;
@apply font-bold text-xl; @apply font-bold text-xl;
/* &:after {
@apply content-[''] absolute inset-0 bg-primary w-full h-full;
} */
} }
} }
@ -39,7 +36,7 @@
} }
&__slider-content { &__slider-content {
@apply py-16 pt-8 md:pt-16 2xl:pt-32; @apply py-16 pt-8 md:pt-16 2xl:pt-32 pb-0;
} }
.card-revue { .card-revue {