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

17 lines
361 B
SCSS

@include respond-to('laptop') {
.fancy-text-style-3 {
transform: rotate(0deg) !important;
}
}
@include respond-to('phone-landscape') {
.shadow-in {
.separator-animation {
width: calc(100% + 5px) !important;
}
}
.text-highlight {
.separator-animation {
left: -1px;
}
}
}