devdocs/assets/stylesheets/pages/_ember.scss

21 lines
281 B

._ember {
@extend %simple;
.pre-title { @extend %pre-heading; }
h3 > .access {
float: right;
color: $textColorLight;
font-weight: normal;
}
h3 > .args,
h3 > .return-type {
font-weight: normal;
}
p.github-link {
color: $textColorLight;
}
}