DELETE Moving files

This commit is contained in:
Antoine M 2025-06-05 10:01:56 +02:00
parent a2a6aa1571
commit 96923ac4c0
2 changed files with 0 additions and 58 deletions

View File

@ -1,42 +0,0 @@
.wp-block-button__link {
border-radius: 0px;
@apply border-primary border bg-transparent text-primary;
}
.cta {
@apply block w-fit px-6 py-3;
&--classic {
@apply border-primary border bg-transparent text-primary;
&:hover {
@apply bg-primary text-white;
svg rect,
svg polyline {
@apply !stroke-white;
}
}
}
&--rounded {
@apply rounded-full;
}
&--primary {
@apply border-primary border bg-primary text-white;
}
&--mailing {
}
&--has-icon {
@apply flex items-center gap-4;
svg {
@apply w-6;
rect,
polyline {
@apply stroke-primary;
stroke-width: 3;
}
}
}
}

View File

@ -1,16 +0,0 @@
:root {
--swiper-pagination-bullet-border-radius: 0;
--swiper-pagination-bullet-height: 2px;
--swiper-pagination-bullet-width: 30px;
--swiper-pagination-bullet-horizontal-gap: 10px;
--swiper-theme-color: var(
--wp--preset--color--primary
) !important;
--swiper-pagination-color: var(
--color-primary
) !important;
}
.swiper-pagination-bullet {
@apply bg-primary;
}