Sha256: 98ebb37c5ff07effa85b45cb0c0ce7405fc7da9eb9d88f75aacb5f10ad1acb2e

Contents?: true

Size: 1.09 KB

Versions: 2

Compression:

Stored size: 1.09 KB

Contents

/**
 * @copyright   2010-2013, The Titon Project
 * @license     http://opensource.org/licenses/bsd-license.php
 * @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-dark;
    border-radius: 2px;
    padding: 2px 4px;
}

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

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

    &.code--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

2 entries across 2 versions & 1 rubygems

Version Path
titon-toolkit-0.11.1 scss/toolkit/layout/code.scss
titon-toolkit-0.11.0 scss/toolkit/layout/code.scss