Sha256: 201403806ac2d22014eae1574a96c85e70023a77f4355d10e7452d8f6f0dfffb
Contents?: true
Size: 544 Bytes
Versions: 2
Compression:
Stored size: 544 Bytes
Contents
.scroll-top { position: fixed; display: block; bottom: 1.5625rem; right: 1.5625rem; z-index: 999; background: $dark; height: 2.375rem; width: 2.375rem; line-height: 2.25rem; text-align: center; font-size: .875rem; transition: .5s all ease; transform: translateY(4.25rem); color: $white; border: 1px solid $white; } .scroll-top.scroll-top-visible { transform: translateY(0); } .scroll-top:hover { transform: translateY(-0.3125rem); } @media (max-width: 767.98px) { .scroll-top { display: none; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-struggle-0.0.2 | _sass/struggle/layout/_layout.scrolltop.scss |
jekyll-struggle-0.0.1 | _sass/struggle/layout/_layout.scrolltop.scss |