[yoga-3] our services carousel
This commit is contained in:
@@ -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;*!*/
|
||||
/*}*/
|
||||
Reference in New Issue
Block a user