_rust.scss 475 B

123456789101112131415161718192021
  1. ._rust {
  2. @extend %simple;
  3. h4 { @extend %block-label; }
  4. .code-header { @extend %code; }
  5. .docblock { margin-left: 1em; }
  6. div.information, div.important-traits {
  7. @extend %note;
  8. > pre { margin: .5rem 0; }
  9. }
  10. div.stability { margin-bottom: 1em; }
  11. em.stab, span.stab { @extend %label; }
  12. em.stab.unstable, span.stab.unstable { @extend %label-orange; }
  13. .out-of-band { float: right; }
  14. .since, .srclink {
  15. float: right;
  16. margin-left: .5rem;
  17. }
  18. }