_haskell.scss 565 B

12345678910111213141516171819202122232425
  1. ._haskell {
  2. > h2 { @extend %block-heading; }
  3. > h3 { @extend %block-label; }
  4. h4 { font-size: 1em; }
  5. .module + .package, p.src > .link { float: right; }
  6. .src {
  7. white-space: normal;
  8. @extend %code;
  9. }
  10. p.src { @extend %block-label, %label-blue; }
  11. dt.src { white-space: normal; }
  12. .top > .subs { margin-left: 2em; }
  13. .subs p.src { margin-top: 1em; }
  14. dt > code, .complexity, .version { @extend %label; }
  15. .complexity, .version { @extend %label-green; }
  16. table { margin: 1em 0; }
  17. td > pre { margin: 0; }
  18. .warning { @extend %note; }
  19. }