_carousel.scss 282 Bytes
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/*-----Carousel Styles Start------*/

.our-clients-says {
  .owl-carousel .owl-item img {
    @apply w-[2.375rem] h-[2.375rem] #{!important};
  }
}

.featured-collections {
  .owl-carousel .owl-item.center {
    @apply z-[-1] #{!important};
  }
}

/*-----Carousel Styles End------*/