_sidebar-wiki.scss 637 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. %grw-custom-sidebar-content {
  2. h1,
  3. h2,
  4. h3,
  5. h4,
  6. h5,
  7. h6 {
  8. margin-top: 1em;
  9. margin-bottom: 0.4em;
  10. &:first-child {
  11. margin-top: 0;
  12. }
  13. }
  14. h1 {
  15. padding-top: 0.2em;
  16. font-size: 1.4em;
  17. line-height: 1em;
  18. }
  19. h2 {
  20. padding-top: 0.2em;
  21. font-size: 1.2em;
  22. line-height: 1em;
  23. }
  24. h3 {
  25. font-size: 1.1em;
  26. }
  27. h4 {
  28. font-size: 1.05em;
  29. }
  30. h5 {
  31. font-size: 1.03em;
  32. }
  33. ul,
  34. ol {
  35. padding-left: 20px;
  36. margin: 10px 0;
  37. }
  38. .page-list .page-list-ul {
  39. padding-left: 0;
  40. margin: 0;
  41. }
  42. }
  43. .grw-custom-sidebar-content.wiki {
  44. @extend %grw-custom-sidebar-content;
  45. }