Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita committed Sep 23, 2024
1 parent 89af7f6 commit 52967bf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
10 changes: 0 additions & 10 deletions src/components/Main/Main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@
height: 400px;
}

// &__banner {
// height: 100%;
// width: 100%;
// background-image: url('../../img/mainIcons/Banner1.png');
// object-fit: cover;
// background-size: cover;
// background-position: center;
// border-radius: 8px;
// }

&__button {
cursor: pointer;
height: 100%;
Expand Down
26 changes: 0 additions & 26 deletions src/components/Main/MainBannerSlider/MainBannerSlider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@
}
}

// &__banner {
// height: 100%;
// width: 100%;
// // background-image: url('../../../img/mainIcons/banerPhone.png');

// // @include onTablet {
// // background-image: url('../../../img/mainIcons/Banner1.png');
// // }
// // object-fit: cover;
// // background-size: cover;
// // background-position: center;
// // border-radius: 0px;

// // @include onTablet {
// // border-radius: 8px;
// // }
// }

&__button {
cursor: pointer;
height: 100%;
Expand Down Expand Up @@ -65,14 +47,6 @@
grid-column: -2/-1;
}

// &:hover {
// border: $button-border-on-hover;
// }

// &:active {
// color: $button-content-color-on-click;
// background-color: $button-bg-color-on-click;
// }
@include onTablet {
display: block;
}
Expand Down
2 changes: 0 additions & 2 deletions src/components/ProductDetails/Gallery/Gallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export const Gallery: React.FC<Props> = ({ images }) => {
swiperRef.current?.slideTo(index);
};

console.log(swiperStyles);

return (
<div className={swiperStyles['swiper-block']}>
<Swiper
Expand Down

0 comments on commit 52967bf

Please sign in to comment.