Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

46 lignes
808 B

  1. #reviews {
  2. background: @light-gray;
  3. padding: 130px 0;
  4. .twitter-profile {
  5. float: left;
  6. display: block;
  7. height: 75px;
  8. margin-right: 20px;
  9. -webkit-border-radius: 10px;
  10. margin: auto 15px auto 0;
  11. }
  12. }
  13. blockquote.twitter-tweet {
  14. display: inline-block;
  15. font-size: 15px;
  16. line-height: 20px;
  17. margin: 10px 5px;
  18. padding: 0 16px 16px 16px;
  19. text-align: right;
  20. border: 0;
  21. .xl {
  22. font-size: 18px;
  23. }
  24. }
  25. blockquote.twitter-tweet p {
  26. font-size: 17px;
  27. font-weight: normal;
  28. line-height: 20px;
  29. text-align: left;
  30. }
  31. blockquote.twitter-tweet a {
  32. color: inherit;
  33. font-weight: normal;
  34. text-decoration: none;
  35. outline: 0 none;
  36. }
  37. blockquote.twitter-tweet a:hover,
  38. blockquote.twitter-tweet a:focus {
  39. text-decoration: underline;
  40. }