Sha256: 75b3c39ff3f9c17e15e19a7fa8a252302eca3c279bb6a73c70f18bfce8867565
Contents?: true
Size: 621 Bytes
Versions: 4
Compression:
Stored size: 621 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; @include position-center; > span, .spinner > span { background: #fff !important; } } }
Version data entries
4 entries across 4 versions & 1 rubygems