STYLE Updating swiper controls system to adjust stroke width
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-01 10:59:23 +02:00
parent 9954ae2291
commit b77435a4f0
3 changed files with 15 additions and 0 deletions

View File

@ -41,6 +41,13 @@
@apply scale-105; @apply scale-105;
} }
} }
.swiper-button-prev:has(svg),
.swiper-button-next:has(svg) {
@apply p-0 border-none w-24 h-24;
&:after {
@apply hidden;
}
}
} }
.swiper-wrapper { .swiper-wrapper {
@apply mb-4 block lg:flex; @apply mb-4 block lg:flex;

View File

@ -0,0 +1,4 @@
<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="50" r="49" transform="rotate(-180 50 50)" stroke="#136F63" stroke-width="2"/>
<path d="M41 70L60 50.5517L41 30" stroke="#136F63" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 275 B

View File

@ -0,0 +1,4 @@
<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="50" r="49" stroke="#136F63" stroke-width="2"/>
<path d="M59 30L40 49.4483L59 70" stroke="#136F63" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 244 B