_meteor.scss 574 B

123456789101112131415161718
  1. ._meteor {
  2. @extend %simple;
  3. .note, .warning, .subtitle-page { @extend %note; }
  4. .subtitle-page { @extend %note-blue; }
  5. .warning { @extend %note-red; }
  6. dl.args { margin-left: 1rem; }
  7. dt > code { @extend %label; }
  8. .api-heading { overflow: hidden; }
  9. .api-heading > code { font-weight: var(--boldFontWeight); }
  10. .locus, .src-code { float: right; }
  11. .locus, .type, .src-code { margin-left: .5em; }
  12. h2 .subtext-api { margin-top: .25rem; }
  13. .locus, .subtext-api, .subtext-api > code { font-size: .75rem; }
  14. .locus, .type { color: var(--textColorLight); }
  15. }