Sha256: c765d950c79dbf27f265df08761bbfe1134cf26b39a9ff8447fc9064282fdbf4
Contents?: true
Size: 738 Bytes
Versions: 2
Compression:
Stored size: 738 Bytes
Contents
.page-loader { background: #fff; position: fixed; height: 100%; width: 100%; top: 0; left: 0; z-index: 9999; opacity: 1; } .page-loader-inner { position: absolute; width: 100%; top: 50%; left: 0; padding: 20px; transform: translateY(-50%); } .spinner { position: relative; height: 30px; width: 30px; margin: 100px auto; } .double-bounce1, .double-bounce2 { position: absolute; background-color: $primary; border-radius: 50%; opacity: .5; height: 100%; width: 100%; left: 0; top: 0; animation: bounce 2s infinite ease-in-out; } .double-bounce2 { animation-delay: -1s; } @keyframes bounce { 0%, 100% { transform: scale(0); } 50% { transform: scale(1); } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-struggle-0.0.2 | _sass/struggle/layout/_layout.preloader.scss |
jekyll-struggle-0.0.1 | _sass/struggle/layout/_layout.preloader.scss |