_ember.scss 293 B

1234567891011121314151617181920
  1. ._ember {
  2. @extend %simple;
  3. .pre-title { @extend %pre-heading; }
  4. h3 > .access {
  5. float: right;
  6. color: var(--textColorLight);
  7. font-weight: normal;
  8. }
  9. h3 > .args,
  10. h3 > .return-type {
  11. font-weight: normal;
  12. }
  13. p.github-link {
  14. color: var(--textColorLight);
  15. }
  16. }