_highlights.scss 361 B

1234567891011121314151617
  1. @include respond-to('laptop') {
  2. .fancy-text-style-3 {
  3. transform: rotate(0deg) !important;
  4. }
  5. }
  6. @include respond-to('phone-landscape') {
  7. .shadow-in {
  8. .separator-animation {
  9. width: calc(100% + 5px) !important;
  10. }
  11. }
  12. .text-highlight {
  13. .separator-animation {
  14. left: -1px;
  15. }
  16. }
  17. }