15 lines
339 B
SCSS
15 lines
339 B
SCSS
@include respond-to('phone-landscape') {
|
|
.text-slider-style-05 {
|
|
.swiper-slide {
|
|
-webkit-filter: grayscale(0);
|
|
filter:grayscale(0);
|
|
opacity:1;
|
|
.services-box-style-01 {
|
|
.icon-box {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
} |