Sha256: 80b0bdfc446db8e5caff5bc1d3e17eedce91509bf78dc04d5451be04eec16b21
Contents?: true
Size: 1.65 KB
Versions: 5
Compression:
Stored size: 1.65 KB
Contents
body { color: $charcoal; font-family: acumin-pro, sans-serif; font-size: 14px; line-height: 18px; } h1 { color: $charcoal; font-size: 30px; font-weight: 500; line-height: 36px; padding-bottom: 15px; margin-top: 20px; } h2 { @include remove_bootstrap_styles(); color: $charcoal; font-size: 18px; font-weight: 700; line-height: 22px; padding-bottom: 6px; } h3 { @include remove_bootstrap_styles(); color: $charcoal; font-size: 14px; font-weight: bold; line-height: 18px; padding-bottom: 6px; } h4 { @include remove_bootstrap_styles(); color: $charcoal; font-size: 16px; font-weight: normal; line-height: 18px; padding-bottom: 8px; } h5 { @include remove_bootstrap_styles(); color: $slate; font-size: 9px; font-weight: semibold; letter-spacing: 0.78px; line-height: 12px; padding-bottom: 6px; text-align: left; text-transform: uppercase; } a { color: $blue-bright; } a:hover { color: $blue-bright; } p { color: $slate; font-size: 14px; line-height: 18px; } .rf-p--lead, %rf-p--lead { font-size: 16px; line-height: 22px; } .rf-p--light { color: $white; a { color: $white; @include hocus() { color: $white; } } } .rf-ul--lead { @extend %rf-p--lead; } small, .rf-small { font-size: 11px; } // // LISTS // .rf-ul--plain { list-style-type: none; padding-left: 6px; text-indent: -6px; } .rf-ul--plain li { margin-left: 6px; position: relative; } .rf-ul--plain li:before { color: $slate; content: '•'; display: inline-block; width: 6px; } // // CONTAINER // .rf-container { margin: auto; max-width: 1100px; padding: 40px; width: 100%; }
Version data entries
5 entries across 5 versions & 1 rubygems