43 lines
717 B
CSS
43 lines
717 B
CSS
/*.serviceSlide{*/
|
|
|
|
/*}*/
|
|
|
|
/*button.slick-arrow:first-of-type{*/
|
|
/* left: 6px;*/
|
|
/* z-index: 1;*/
|
|
/*}*/
|
|
|
|
/*button.slick-arrow:last-of-type{*/
|
|
/* right: 6px;*/
|
|
/*}*/
|
|
|
|
.serviceSlide{
|
|
margin: 0 6px;
|
|
|
|
}
|
|
|
|
.slick-track :global(.slick-active){
|
|
padding-left: 3px;
|
|
padding-right: 3px;
|
|
}
|
|
|
|
.slick-track :global(div:nth-child(1 of .slick-active)){
|
|
padding-left: 0;
|
|
padding-right: 3px;
|
|
}
|
|
|
|
.slick-track :global(div:nth-last-child(1 of .slick-active)){
|
|
padding-left: 3px;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.roundedImage{
|
|
border-top-left-radius: 60px;
|
|
border-bottom-right-radius: 60px;
|
|
}
|
|
|
|
/*:global(div.slick-active):nth-last-child(n!*){*/
|
|
/* padding-left: 6px;*/
|
|
/* padding-right: 0;*!*/
|
|
/*}*/
|