STYLE Updating swiper controls system to adjust stroke width
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9954ae2291
commit
b77435a4f0
|
|
@ -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;
|
||||||
|
|
|
||||||
4
resources/img/elements/carhop-slider-next.svg
Normal file
4
resources/img/elements/carhop-slider-next.svg
Normal 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 |
4
resources/img/elements/carhop-slider-previous.svg
Normal file
4
resources/img/elements/carhop-slider-previous.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user