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/_ember.scss

23 lines
438 B

._ember {
@extend %simple;
blockquote.class-info { @extend %note-blue; }
blockquote.class-info > p { margin: 0; }
.pre-title { @extend %pre-heading; }
h2 > .flag, h2 > .type {
margin-left: .5em;
color: $textColorLight;
font-weight: normal;
}
h2 > .type { float: right; }
.meta { color: $textColorLight; }
dl { margin: 0 1em; }
dt + dt, dd + dt { margin-top: .5em; }
dt > code { @extend %label; }
}