Sha256: 843b54f4313c7684b9eed825170c519842f458d1136a4f66662cdb4c8a377d03

Contents?: true

Size: 663 Bytes

Versions: 7

Compression:

Stored size: 663 Bytes

Contents

/**
 * @copyright   2010-2013, The Titon Project
 * @license     http://opensource.org/licenses/bsd-license.php
 * @link        http://titon.io
 */

@import "../common";

.#{$vendor-prefix}notice {
    margin: $margin 0;
    padding: $padding;
    background: $gray-light;
    text-align: left;

    hr {
        border: 0;
        border-top: 1px solid transparent;
    }

    a {
        font-weight: bold;
    }

    @include content-spacing;
}

.#{$vendor-prefix}notice-close {
    float: right;
    margin-left: $margin;
    line-height: 1rem;
    padding: 5px;

    & ~ p { margin: 0; }
}

.#{$vendor-prefix}notice-title {
    margin: 0 0 ($margin / 2) 0;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
titon-toolkit-1.1.0 scss/toolkit/components/notice.scss
titon-toolkit-1.1.0.rc.2 scss/toolkit/components/notice.scss
titon-toolkit-1.1.0.rc.1 scss/toolkit/components/notice.scss
titon-toolkit-1.0.5 scss/toolkit/components/notice.scss
titon-toolkit-1.0.4 scss/toolkit/components/notice.scss
titon-toolkit-1.0.2 scss/toolkit/components/notice.scss
titon-toolkit-1.0.1 scss/toolkit/components/notice.scss