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

21 lines
293 B

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