Sha256: f459b6b5809218aca44864bf88c79a7d2e17a1186d3fcd47fedb307eddbd00d5
Contents?: true
Size: 416 Bytes
Versions: 4
Compression:
Stored size: 416 Bytes
Contents
/** * @copyright 2010-2013, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ @import "../common"; .blackout { position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 600; opacity: 0; visibility: hidden; background: black($blackout-opacity); @include transition(all $blackout-transition); }
Version data entries
4 entries across 4 versions & 1 rubygems