[yoga-3] our services carousel

This commit is contained in:
Roland Schneider
2025-05-17 22:04:52 +02:00
parent 1bb26381d3
commit f718d553c9
5 changed files with 188 additions and 8 deletions

View File

@@ -0,0 +1,37 @@
.serviceSlide{
}
button:first-of-type{
left: 6px;
z-index: 1;
}
button:last-of-type{
right: 6px;
}
.serviceSlide{
margin: 0 6px;
}
:global(.slick-active){
padding-left: 3px;
padding-right: 3px;
}
:global(div:nth-child(1 of .slick-active)){
padding-left: 0;
padding-right: 3px;
}
:global(div:nth-last-child(1 of .slick-active)){
padding-left: 3px;
padding-right: 0;
}
/*:global(div.slick-active):nth-last-child(n!*){*/
/* padding-left: 6px;*/
/* padding-right: 0;*!*/
/*}*/