You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/assets/stylesheets/pages/_pygame.scss

15 lines
493 B

._pygame {
@extend %simple;
dl.class > dt { @extend %block-label, %label-orange; }
dl.function > dt, dl.method > dt { @extend %block-label, %label-blue; }
dl.attribute > dt, dl.exception > dt , dl.data > dt { @extend %block-label, %label-green; }
.line-block { @extend %note; }
.line-block > .line:first-child { margin-bottom: 1em; }
.line-block > .line:only-child { margin-bottom: 0em; }
span.signature { font-family: monospace; }
.warning { @extend %note, %note-red }
}