_postgres.scss 679 B

123456789101112131415161718192021222324
  1. ._postgres {
  2. padding-left: 1rem;
  3. h1, h1 ~ p, h1 ~ pre, h1 ~ ul, h1 ~ blockquote, h2, .navfooter { margin-left: -1rem; }
  4. h2 { @extend %block-heading; }
  5. .variablelist dt { @extend %block-label, %label-blue; }
  6. blockquote.note, blockquote.important, blockquote.tip, blockquote.caution { @extend %note; }
  7. blockquote.tip { @extend %note-green; }
  8. blockquote.caution { @extend %note-orange; }
  9. blockquote > h3 {
  10. font-size: .875rem;
  11. margin: 0 0 .25rem;
  12. }
  13. p > code { @extend %label; }
  14. p.c2 { font-weight: var(--boldFontWeight); }
  15. .navfooter > table { width: 100%; }
  16. td[align=center] { text-align: center; }
  17. td[align=right] { text-align: right; }
  18. }