_social.scss 561 B

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