Sha256: 144ab6587fa4b3ea09505fd82e5d73fa9fa1d223df35d8e95747e401d7aab0cc
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
// -------------------------------------- // // #base.type // Typographical base selectors. // // -------------------------------------- // Headings 1–6. +headings() +font-weight(bold) color: $color-headings // A generic heading style which can be applied to any headings. .heading +inuit-font-size(22px) .heading-sub +inuit-font-size(16px) +font-weight(bold) margin-bottom: 0 color: $color-heading-sub // Emboldened elements. a, strong, b, dt +font-weight(bold) // Code-like elements. code, kbd, samp color: $color-code font-family: $monospace pre white-space: pre word-wrap: normal overflow: auto padding: $inuit-base-spacing-unit--small background-color: $color-pre-background border-radius: $base-radius &, code, kbd, samp color: $color-pre // Horizontal rules. hr border: none border-bottom: 1px solid $color-gray-ui margin-bottom: $inuit-base-spacing-unit - 1px // Highlighted text. mark pre & background: none border-bottom: 1px solid color: inherit // Text-alignment. .text-banner text-align: center
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mifflin-0.1.1 | lib/generators/mifflin/install/templates/assets/stylesheets/base/_base.type.sass |