_blockquote.scss 965 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. @include respond-to('mini-desktop') {
  2. .blockquote-style-04 {
  3. .blockquote-img {
  4. img {
  5. margin-top: -106px;
  6. }
  7. }
  8. .blockquote-content {
  9. padding-left: 23%;
  10. }
  11. }
  12. }
  13. @include respond-to('laptop') {
  14. .blockquote-style-04 {
  15. .blockquote-img {
  16. img {
  17. margin-top: -89px;
  18. }
  19. }
  20. .blockquote-content {
  21. padding-left: 20%;
  22. border-bottom-right-radius: 89px;
  23. }
  24. }
  25. }
  26. @include respond-to('tablet') {
  27. .blockquote-style-04 {
  28. .blockquote-img {
  29. img {
  30. margin-top: -72px;
  31. }
  32. }
  33. .blockquote-content {
  34. border-bottom-right-radius: 64px;
  35. }
  36. }
  37. }
  38. @include respond-to('phone-landscape') {
  39. .blockquote-style-04 {
  40. .blockquote-content {
  41. margin-left: 0;
  42. padding: 8% 10%;
  43. }
  44. }
  45. }