[yoga-3] fix css build issues
This commit is contained in:
parent
dbb1bc3073
commit
77363d0f45
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user