simedkom/public/assets/homepage/sass/theme-responsive/elements/_counters.scss
2025-03-27 21:08:56 +07:00

24 lines
530 B
SCSS

@include respond-to('tablet') {
.counter-style-06 {
.feature-box {
&:nth-last-child(2n+1) {
.feature-box-content {
&:after {
display:none;
}
}
}
}
}
}
@include respond-to('phone-portrait') {
.counter-style-06 {
.feature-box {
.feature-box-content {
&:after {
display:none;
}
}
}
}
}