_links.scss 736 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. // Sass partial for link group styles
  2. /* Most link groups are created with <div>. Ensure they have space before and after. */
  3. .ullinks {
  4. list-style-type: none;
  5. }
  6. .ulchildlink {
  7. margin-bottom: 1em;
  8. margin-top: 1em;
  9. }
  10. .olchildlink {
  11. margin-bottom: 1em;
  12. margin-top: 1em;
  13. }
  14. .linklist {
  15. margin-bottom: 1em;
  16. }
  17. .linklistwithchild {
  18. margin-bottom: 1em;
  19. margin-left: 1.5em;
  20. }
  21. .sublinklist {
  22. margin-bottom: 1em;
  23. margin-left: 1.5em;
  24. }
  25. .relconcepts {
  26. margin-bottom: 1em;
  27. margin-top: 1em;
  28. }
  29. .reltasks {
  30. margin-bottom: 1em;
  31. margin-top: 1em;
  32. }
  33. .relref {
  34. margin-bottom: 1em;
  35. margin-top: 1em;
  36. }
  37. .relinfo {
  38. margin-bottom: 1em;
  39. margin-top: 1em;
  40. }
  41. .breadcrumb {
  42. font-size: smaller;
  43. margin-bottom: 1em;
  44. }