mirror of https://github.com/freeCodeCamp/devdocs
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.
13 lines
452 B
13 lines
452 B
4 years ago
|
._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; }
|
||
|
}
|