From 77363d0f45973bd6fe97795c5b7f4807c3daf6ed Mon Sep 17 00:00:00 2001 From: Schneider Roland Date: Sun, 18 May 2025 11:51:08 +0200 Subject: [PATCH] [yoga-3] fix css build issues --- .../our.services.item.component.module.css | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/yoga-app/src/components/our.services.item.component.module.css b/yoga-app/src/components/our.services.item.component.module.css index 3103e8f..180f22f 100644 --- a/yoga-app/src/components/our.services.item.component.module.css +++ b/yoga-app/src/components/our.services.item.component.module.css @@ -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; } @@ -34,4 +34,4 @@ button:last-of-type{ /*:global(div.slick-active):nth-last-child(n!*){*/ /* padding-left: 6px;*/ /* padding-right: 0;*!*/ -/*}*/ \ No newline at end of file +/*}*/