Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_testimonial.scss 841B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*--------------------------------------------------------------
  2. 21. Testimonial
  3. ----------------------------------------------------------------*/
  4. .cs_testimonial.cs_style_1 {
  5. .cs_testimonial_title {
  6. margin-bottom: 38px;
  7. }
  8. .cs_testimonial_text {
  9. margin: 0 0 45px 0;
  10. font-style: normal;
  11. @media (max-width: 991px) {
  12. margin: 0 0 30px 0;
  13. br {
  14. display: none;
  15. }
  16. }
  17. }
  18. .cs_testimonial_user {
  19. display: flex;
  20. flex-direction: column;
  21. align-items: center;
  22. }
  23. .cs_avatar_thumb {
  24. margin-bottom: 20px;
  25. height: 60px;
  26. width: 60px;
  27. border-radius: 50%;
  28. overflow: hidden;
  29. img {
  30. height: 100%;
  31. width: 100%;
  32. object-fit: cover;
  33. }
  34. @media (max-width: 991px) {
  35. margin-bottom: 10px;
  36. }
  37. }
  38. .cs_avatar_subtitle {
  39. color: $black;
  40. }
  41. }