Sha256: 94aeb5d07f56a7562f167b4f24a868b317572afe19026cd1a8581ff155a3c398
Contents?: true
Size: 868 Bytes
Versions: 1
Compression:
Stored size: 868 Bytes
Contents
code, kbd, pre, samp { font-family: $font-fam-mono; } code { background-color: $white-bg; border: 1px solid $black-bg; border-radius: 4px; color: $palette-red-dark; font-size: 75%; line-height: 1; padding: 2px 4px; } kbd { background-color: $black-text; border-radius: 4px; color: $white; font-size: 75%; padding: 2px 4px; kbd { font-size: 100%; font-weight: $font-weight-bold; padding: 0; } } pre { background-color: $white-bg; border: 1px solid $black-bg; border-radius: 2px; color: $black-text; display: block; font-size: $font-size-h6; line-height: $line-height-h6; margin: $line-height 0 ; padding: ($line-height / 2) ($grid-gutter / 2); word-break: break-all; word-wrap: break-word; code { background-color: transparent; border-radius: 0; color: inherit; font-size: inherit; padding: 0; white-space: pre-wrap; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
material-sass-0.0.4 | app/assets/stylesheets/material/_code.scss |