[yoga-3] fix css build issues

This commit is contained in:
Schneider Roland 2025-05-18 11:51:08 +02:00
parent dbb1bc3073
commit 77363d0f45

View File

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