Sha256: 7f39bc76dc595dd02002aa47af6e28f2ce4f3b6ade14f813204adda9dd7af6ed

Contents?: true

Size: 470 Bytes

Versions: 3

Compression:

Stored size: 470 Bytes

Contents

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

@import "../common";

/**
 * Should be used in conjunction with the JavaScript Titon.Blackout module.
 */

.blackout {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    background: black(.5);
    @include transition(all 0.3s);
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
titon-toolkit-0.12.0 scss/toolkit/modules/blackout.scss
titon-toolkit-0.11.2 scss/toolkit/modules/blackout.scss
titon-toolkit-0.10.0 src/scss/toolkit/modules/blackout.scss