Sha256: 126c0ff470afed10a80b7edd9f860bfa1ea2cb045bc38d2c0f73e6abc71eeb60
Contents?: true
Size: 691 Bytes
Versions: 3
Compression:
Stored size: 691 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: $mask-zindex; opacity: 0; visibility: hidden; background: black($mask-opacity); transition: all $mask-transition; color: #fff; } .#{$vendor-prefix}mask-message { text-align: center; max-width: 80%; opacity: 1; transition: all $mask-transition; @include position-center; &:empty { display: none; } } .#{$vendor-prefix}maskable { overflow: hidden; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
titon-toolkit-1.3.2 | scss/toolkit/components/mask.scss |
titon-toolkit-1.3.1 | scss/toolkit/components/mask.scss |
titon-toolkit-1.3.0 | scss/toolkit/components/mask.scss |