Sha256: 0a5147932a25d8df35cf758de0b565fd082bb08aa9e05f18456fa9fb0fd5ae88
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 KB
Contents
@import "typography-config"; /****************************************************** * Typography ******************************************************/ $text-color-primary: rgba(#000000, 0.9); $text-color-secondary: rgba(#000000, 0.5); $text-color-tertiary: rgba(#000000, 0.35); $normal-margin: 12px; body { @include td-set-responsive-font-size($font-copy, 0); font-weight: $font-copy-weight; color: $text-color-primary; } .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: $font-heading-weight; } .h1 { @include td-set-responsive-font-size($font-heading, 4); } .h2 { @include td-set-responsive-font-size($font-heading, 3); } .h3 { @include td-set-responsive-font-size($font-heading, 2); } .h4 { @include td-set-responsive-font-size($font-heading, 1); } .h5 { @include td-set-responsive-font-size($font-heading, 0); } .h6 { @include td-set-responsive-font-size($font-heading, -1); } .h1, .h2, .h3, .h4, .h5, .h6, p, ul, ol, li, small { margin-top: 0; margin-bottom: $normal-margin; } .lead { @include td-set-responsive-font-size($font-copy, 1); } p { font-size: inherit; line-height: inherit; } small, .footnote { @include td-set-responsive-font-size($font-copy, -1); } a { color: inherit; text-decoration: underline; cursor: pointer; } a:hover { color: red; } a:active { color: red; } em { font-style: italic; } .text-secondary { color: $text-color-secondary; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
type-director-0.8 | templates/project/sass/_typography.scss |