_async.scss 245 B

123456789101112131415
  1. ._async {
  2. @extend %simple;
  3. h3 > .type-signature {
  4. float: right;
  5. color: $textColorLight;
  6. }
  7. h3 > .signature-attributes {
  8. font-size: .75rem;
  9. font-weight: normal;
  10. font-style: italic;
  11. color: $textColorLighter;
  12. }
  13. }