Sha256: 22f214cde77c7d17ccf669de8d284ec1945d698a6e097c8fe3c99f1958893730
Contents?: true
Size: 1.14 KB
Versions: 62
Compression:
Stored size: 1.14 KB
Contents
/*------------------------------------*\ #TEXT \*------------------------------------*/ $code-bg-color: $white !default; $code-block-border-color: $light-gray !default; code { font-family: $monospace-font-family; } p, blockquote { margin-bottom: $vertical-margin; } address { font-style: inherit; } pre { display: block; max-width: 100%; overflow-x: auto; } .code { display: inline-block; background: $code-bg-color; padding: ($spacing-unit / 2) ($spacing-unit); border-radius: $global-border-radius; } .code--block { display: block; border: 1px solid $code-block-border-color; border-radius: $global-border-radius; } %text, .text { font-size: $font-size; font-weight: $font-weight; line-height: $line-height; letter-spacing: 0.025em; } %text--small, .text--small { font-size: $font-size - 2px; font-weight: 500; } %text--large, .text--large { font-size: $font-size + 4px; } %text--larger, .text--larger { font-size: $font-size + 6px; } dt, dd, strong, b, %text--bold, .text--bold { font-weight: bold; &.text--small { letter-spacing: -0.02em; } }
Version data entries
62 entries across 62 versions & 1 rubygems
Version | Path |
---|---|
workarea-admin-3.4.13 | app/assets/stylesheets/workarea/admin/typography/_text.scss |
workarea-admin-3.4.12 | app/assets/stylesheets/workarea/admin/typography/_text.scss |