_elixir.scss 222 B

123456789101112
  1. ._elixir {
  2. @extend %simple;
  3. .type-detail { margin-bottom: 2em; }
  4. .type-detail pre { margin-left: -1rem; }
  5. ._mobile & .type-detail pre { margin-left: 0; }
  6. a.source {
  7. float: right;
  8. font-size: .9em;
  9. }
  10. }