Sha256: 5b0f188d21e5b28ad228dfa6327cd56534f07535504881500def216a8b273999

Contents?: true

Size: 471 Bytes

Versions: 2

Compression:

Stored size: 471 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

2 entries across 2 versions & 1 rubygems

Version Path
titon-toolkit-0.11.1 scss/toolkit/modules/blackout.scss
titon-toolkit-0.11.0 scss/toolkit/modules/blackout.scss