Sha256: 842f4703d35d9846f83d61c049831b4b43d48494e3593d55ef104a830a09139c
Contents?: true
Size: 433 Bytes
Versions: 4
Compression:
Stored size: 433 Bytes
Contents
/** * @copyright 2010-2013, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ @import "../common"; .#{$vendor-prefix}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