mirror of https://github.com/freeCodeCamp/devdocs
parent
30900c3562
commit
b279f84a4c
@ -1,15 +1,18 @@
|
|||||||
._meteor {
|
._meteor {
|
||||||
@extend %simple;
|
@extend %simple;
|
||||||
|
|
||||||
.note, .warning { @extend %note; }
|
.note, .warning, .subtitle-page { @extend %note; }
|
||||||
|
.subtitle-page { @extend %note-blue; }
|
||||||
.warning { @extend %note-red; }
|
.warning { @extend %note-red; }
|
||||||
|
|
||||||
dl.args { margin-left: 1rem; }
|
dl.args { margin-left: 1rem; }
|
||||||
|
dt > code { @extend %label; }
|
||||||
|
|
||||||
|
.api-heading { overflow: hidden; }
|
||||||
|
.api-heading > code { font-weight: bold; }
|
||||||
.locus, .src-code { float: right; }
|
.locus, .src-code { float: right; }
|
||||||
.locus, .type, .src-code {
|
.locus, .type, .src-code { margin-left: .5em; }
|
||||||
margin-left: .5em;
|
h2 .subtext-api { margin-top: .25rem; }
|
||||||
font-size: .9em;
|
.locus, .subtext-api, .subtext-api > code { font-size: .75rem; }
|
||||||
}
|
|
||||||
.locus, .type { color: $textColorLight; }
|
.locus, .type { color: $textColorLight; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue