_pygame.scss 452 B

123456789101112
  1. ._pygame {
  2. @extend %simple;
  3. dl.class > dt { @extend %block-label, %label-orange; }
  4. dl.function > dt, dl.method > dt { @extend %block-label, %label-blue; }
  5. dl.attribute > dt, dl.exception > dt , dl.data > dt { @extend %block-label, %label-green; }
  6. .line-block { @extend %note; }
  7. .line-block > .line:first-child { margin-bottom: 1em; }
  8. .line-block > .line:only-child { margin-bottom: 0em; }
  9. span.signature { font-family: monospace; }
  10. }