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.
54 lines
973 B
54 lines
973 B
._ember {
|
|
> .class-info { @extend %note, %note-blue; }
|
|
> .class-info > p { margin: 0; }
|
|
|
|
> .description > h2, > .description > h3 { font-size: 1rem; }
|
|
|
|
.item-entry { padding-left: 1rem; }
|
|
|
|
.title {
|
|
margin-left: -1rem;
|
|
@extend %block-heading;
|
|
|
|
> h2, > .args, > .flag {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin: 0;
|
|
line-height: inherit;
|
|
font-size: inherit;
|
|
}
|
|
|
|
> .flag { // "static"
|
|
margin-left: .5em;
|
|
color: $textColorLight;
|
|
}
|
|
|
|
> .type {
|
|
float: right;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
|
|
.meta { // "defined in"
|
|
color: $textColorLight;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.return, .params {
|
|
margin-top: 1.5em;
|
|
|
|
> h3 {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin: 0 0 1em;
|
|
font-size: inherit;
|
|
@extend %label, %label-blue;
|
|
}
|
|
}
|
|
|
|
dl { margin: 0 1em; }
|
|
dt + dt, dd + dt { margin-top: .5em; }
|
|
|
|
p > code { @extend %label; }
|
|
}
|