Sha256: f774783a44ac1e915855d2866f3f228be6d3de60e6a912bbee61b693698c734e
Contents?: true
Size: 667 Bytes
Versions: 2
Compression:
Stored size: 667 Bytes
Contents
/** * @copyright 2010-2014, The Titon Project * @license http://opensource.org/licenses/BSD-3-Clause * @link http://titon.io */ @import "../common"; .#{$vendor-prefix}blackout { position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: $blackout-zindex; opacity: 0; visibility: hidden; background: black($blackout-opacity); transition: all $blackout-transition; .#{$vendor-prefix}loader { opacity: 1; color: #fff; transition: all $blackout-transition; @include position-center; > span, .spinner > span { background: #fff !important; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
titon-toolkit-1.4.1 | scss/toolkit/components/blackout.scss |
titon-toolkit-1.4.0 | scss/toolkit/components/blackout.scss |