Sha256: 98694812f44fbfbde88d2a1bf22afa0e41b968645682c658b4a037b759b83553
Contents?: true
Size: 439 Bytes
Versions: 3
Compression:
Stored size: 439 Bytes
Contents
/** * @copyright 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.9.4 | src/scss/toolkit/modules/blackout.scss |
titon-toolkit-0.9.3 | src/scss/toolkit/modules/blackout.scss |
titon-toolkit-0.9.2 | src/scss/toolkit/modules/blackout.scss |