Sha256: c5e60a2ceb1200fc499d3162e369893212b5776d9c694db0e305c7c947687fa2

Contents?: true

Size: 700 Bytes

Versions: 5

Compression:

Stored size: 700 Bytes

Contents

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

@import "../common";

.#{$vendor-prefix}mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    background: black($mask-opacity);
    @include transition(all $mask-transition);
    color: #fff;
}

.#{$vendor-prefix}mask-message {
    text-align: center;
    max-width: 80%;
    opacity: 1;
    @include position-center;
    @include transition(all $mask-transition);

    &:empty { display: none; }
}

.#{$vendor-prefix}maskable {
    overflow: hidden;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
titon-toolkit-1.2.1 scss/toolkit/components/mask.scss
titon-toolkit-1.2.0 scss/toolkit/components/mask.scss
titon-toolkit-1.1.0 scss/toolkit/components/mask.scss
titon-toolkit-1.1.0.rc.2 scss/toolkit/components/mask.scss
titon-toolkit-1.1.0.rc.1 scss/toolkit/components/mask.scss