_generic.shared.scss 596 B

123456789101112131415161718192021222324252627282930313233
  1. /* ==========================================================================
  2. #SHARED
  3. ========================================================================== */
  4. /**
  5. * Shared declarations for certain elements.
  6. */
  7. /**
  8. * Always declare margins in the same direction:
  9. * csswizardry.com/2012/06/single-direction-margin-declarations
  10. */
  11. address,
  12. h1, h2, h3, h4, h5, h6,
  13. blockquote, p, pre,
  14. dl, ol, ul,
  15. figure,
  16. hr,
  17. table,
  18. fieldset {
  19. margin-bottom: $inuit-global-spacing-unit;
  20. }
  21. /**
  22. * Consistent indentation for lists.
  23. */
  24. dd, ol, ul {
  25. margin-left: $inuit-global-spacing-unit;
  26. }