STYLE refining action wrapper

This commit is contained in:
Antoine M 2025-09-30 18:05:56 +02:00
parent 4f3158825f
commit 516699763f

View File

@ -10,6 +10,18 @@
.swiper-wrapper { .swiper-wrapper {
@apply mb-0; @apply mb-0;
} }
.swiper-actions-wrapper {
@apply md:flex justify-between items-center gap-4;
#discover-all-revues {
@apply internal-link-with-icon;
@apply font-bold text-xl;
/* &:after {
@apply content-[''] absolute inset-0 bg-primary w-full h-full;
} */
}
}
&__inner { &__inner {
@apply max-w-screen-2xl mx-auto; @apply max-w-screen-2xl mx-auto;
} }