_content-carousel.scss 339 B

123456789101112131415
  1. @include respond-to('phone-landscape') {
  2. .text-slider-style-05 {
  3. .swiper-slide {
  4. -webkit-filter: grayscale(0);
  5. filter:grayscale(0);
  6. opacity:1;
  7. .services-box-style-01 {
  8. .icon-box {
  9. opacity: 1;
  10. }
  11. }
  12. }
  13. }
  14. }