_gtk.scss 347 B

123456789101112131415
  1. ._gtk {
  2. padding-left: 1rem;
  3. h1, h2, h3 { margin-left: -1rem; }
  4. h2 { @extend %block-heading; }
  5. h3 { @extend %block-label, %label-blue; }
  6. div.toc { margin-top: 1.5em; }
  7. .toc dl { margin-top: 0; margin-bottom: 0; }
  8. .note { @extend %note, %note-green; }
  9. .warning { @extend %note, %note-orange; }
  10. .gallery-float { float:left; }
  11. }