_reactivex.scss 608 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. ._reactivex {
  2. @extend %simple;
  3. img {
  4. max-width: 50%;
  5. }
  6. figure {
  7. margin: 0;
  8. }
  9. dfn {
  10. cursor: text;
  11. font-style: italic;
  12. text-decoration: none;
  13. border-bottom: none;
  14. }
  15. #tree {
  16. dt, dd {
  17. font-weight: normal;
  18. }
  19. dt {
  20. float: left;
  21. clear: left;
  22. margin-top: 0;
  23. &:before {
  24. content: "\2026";
  25. }
  26. }
  27. dd:not(.sub) {
  28. float: left;
  29. margin: 0 0 0 5px;
  30. padding: 0;
  31. }
  32. dl#outer > dt {
  33. font-weight: bold;
  34. margin-top: 5px;
  35. & + dd {
  36. margin-top: 5px;
  37. }
  38. }
  39. }
  40. }