Sha256: 6f1c79620ac5fc860d62acb48c6cf5861bd7438c5b59c2910447dd1d1dbffcf1

Contents?: true

Size: 1.13 KB

Versions: 6

Compression:

Stored size: 1.13 KB

Contents

/**
 * @copyright   2010-2014, The Titon Project
 * @license     http://opensource.org/licenses/BSD-3-Clause
 * @link        http://titon.io
 */

@import "../common";

code,
var,
kbd,
pre {
    font: normal .8rem/115% Consolas, Monaco, 'Andale Mono', monospace;
}

code,
var,
kbd {
    display: inline-block;
    background: $gray;
    border-radius: $round;
    padding: .2em .4em;
}

pre {
    padding: $padding;
    margin: $margin 0 0 0;
    background: $gray-light;
    border: 1px solid $gray-dark;
    text-align: left;
    direction: ltr;
    white-space: pre;
    word-spacing: normal;
    font-size: .9rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    code {
        padding: 0;
        margin: 0;
        color: inherit;
        font: inherit;
        white-space: pre-wrap;
        background: transparent;
        border: none;
        display: block;
    }

    &.is-scrollable {
        max-height: 350px;
        overflow-y: auto;
    }
}

kbd {
    background: #fff;
    position: relative;
    border: 1px solid $gray-dark;
    border-top-color: $gray-dark;
    box-shadow: 0 2px 0 1px $gray-darkest;
    top: -3px;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
titon-toolkit-1.5.3 scss/toolkit/layout/code.scss
titon-toolkit-1.5.2 scss/toolkit/layout/code.scss
titon-toolkit-1.5.1 scss/toolkit/layout/code.scss
titon-toolkit-1.5.0 scss/toolkit/layout/code.scss
titon-toolkit-1.4.1 scss/toolkit/layout/code.scss
titon-toolkit-1.4.0 scss/toolkit/layout/code.scss