_social.scss 642 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * Social buttons
  3. *
  4. * Twitter and GitHub social action buttons (for homepage and footer).
  5. */
  6. .s2-docs-social {
  7. margin-bottom: 20px;
  8. text-align: center;
  9. }
  10. .s2-docs-social-buttons {
  11. display: inline-block;
  12. padding-left: 0;
  13. margin-bottom: 0;
  14. list-style: none;
  15. }
  16. .s2-docs-social-buttons li {
  17. display: inline-block;
  18. padding: 5px 8px;
  19. line-height: 1;
  20. }
  21. .s2-docs-social-buttons .twitter-follow-button {
  22. width: 225px !important;
  23. }
  24. .s2-docs-social-buttons .twitter-share-button {
  25. width: 98px !important;
  26. }
  27. /* Style the GitHub buttons via CSS instead of inline attributes */
  28. .github-btn {
  29. overflow: hidden;
  30. border: 0;
  31. }