Sha256: 0740193d03c781e011ffe6b47c3686761322a9201ae80b72e52bb3b6c13b63db
Contents?: true
Size: 883 Bytes
Versions: 1
Compression:
Stored size: 883 Bytes
Contents
.colophon { margin: 2.5rem 0 1rem; } /* Back2Top link */ #back-top { position: fixed; bottom: 30px; right: -5px; display: block; a { width: 50px; display: block; text-align: center; @include transition(all, 1s); &:before { height: 0; background-color: transparent; } &:hover { span { background-color: $color-gray-light; } } } span { width: 50px; height: 43px; display: block; margin-bottom: 7px; background: url("/assets/images/scroll-top.png") no-repeat 0 0 $color-gray-lighter; opacity: 0.5; @include border-radius(5px); @include transition(all, 1s); &:hover { background: url("/assets/images/scroll-top.png") no-repeat 0 0 $color-gray-lighter; opacity: 0.75; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
krad-3.5.0 | _sass/layouts/_footer.scss |