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.
19 lines
551 B
19 lines
551 B
._meteor {
|
|
@extend %simple;
|
|
|
|
.note, .warning, .subtitle-page { @extend %note; }
|
|
.subtitle-page { @extend %note-blue; }
|
|
.warning { @extend %note-red; }
|
|
|
|
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, .type, .src-code { margin-left: .5em; }
|
|
h2 .subtext-api { margin-top: .25rem; }
|
|
.locus, .subtext-api, .subtext-api > code { font-size: .75rem; }
|
|
.locus, .type { color: $textColorLight; }
|
|
}
|