Sha256: a59154a5055ef2bcaa51d0803734708fddf3f9196307d1be008c760101f7aff4
Contents?: true
Size: 836 Bytes
Versions: 1
Compression:
Stored size: 836 Bytes
Contents
// Headers h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-top: $headings-margin-top; margin-bottom: $headings-margin-bottom; font-family: $headings-font-family; font-weight: $headings-font-weight; line-height: $headings-line-height; color: $headings-color; } h1, .h1 { font-size: $font-size-h1; } h2, .h2 { font-size: $font-size-h2; } h3, .h3 { font-size: $font-size-h3; } h4, .h4 { font-size: $font-size-h4; } h5, .h5 { font-size: $font-size-h5; } h6, .h6 { font-size: $font-size-h6; } // Horizontal Rules hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba($pd-black,.1); } // Blockquotes blockquote { padding: (1rem / 2) 1rem; margin-bottom: 1rem; font-size: $font-size-base * 1.1; color: $pd-light-gray; border-left: .15rem solid $pd-transparent-blue; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
personally-developed-2.1.0 | _sass/personally-developed/_fonts.scss |