s2-docs.scss 677 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ---
  2. ---
  3. @import "result-repository";
  4. @import "sidenav";
  5. @import "hamburger";
  6. @import "layout";
  7. @import "nav";
  8. @import "footer";
  9. @import "alert";
  10. @import "home";
  11. @import "examples";
  12. @import "social";
  13. @import "buttons";
  14. @import "anchorjs";
  15. @import "jumbotron";
  16. @import "prettify";
  17. .btn-toolbar {
  18. margin-bottom: 20px;
  19. }
  20. /* Inline code within headings retain the heading's background-color */
  21. h2 code,
  22. h3 code,
  23. h4 code {
  24. background-color: inherit;
  25. }
  26. h1[id] {
  27. padding-top: 20px;
  28. margin-top: 0;
  29. }
  30. /* pre */
  31. pre {
  32. padding: 9px 14px;
  33. margin-bottom: 14px;
  34. background-color: #f7f7f9;
  35. border: 1px solid #e1e1e8;
  36. }
  37. .half-rule {
  38. width: 100px;
  39. margin: 40px auto;
  40. }