social-buttons.less 781 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #social-buttons {
  2. ul.list-inline { margin-bottom: 0; }
  3. padding: 22px 0 17px;
  4. text-align: center;
  5. background-color: #f5f5f5;
  6. border-top: 1px solid #fff;
  7. border-bottom: 1px solid #eee;
  8. }
  9. #subscribe {
  10. padding: 22px 0 17px;
  11. text-align: center;
  12. }
  13. label.error {
  14. color: @state-danger-text;
  15. margin-top: 5px;
  16. }
  17. /* Get those Github and Twitter Buttons to behave */
  18. .list-inline li iframe {
  19. position: relative !important;
  20. display: inline;
  21. top: 6px;
  22. }
  23. /* Federation Share buttons */
  24. .share {
  25. .btn-xs {
  26. line-height: 1.3;
  27. padding-left: 6px;
  28. padding-right: 6px;
  29. }
  30. label,
  31. label:hover {
  32. color: #fff;
  33. }
  34. .twitter {
  35. color: #fff;
  36. background-color: #1b95e0;
  37. }
  38. .twitter:hover {
  39. color: #fff;
  40. background-color: #0c7abf;
  41. }
  42. }