Sha256: 17cd9bd34987349006ea66363d5af7a5f6cb6d3ea98f9559b496440081b089b6
Contents?: true
Size: 653 Bytes
Versions: 5
Compression:
Stored size: 653 Bytes
Contents
.o-top-scroll-button { -moz-border-radius: 30px; /* initially hidden */ -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-border-radius: 30px; -webkit-transform: rotate(180deg); background: rgba(0,0,0,0.3) no-repeat center 43%; border-radius: 30px; bottom: 30px; color: #fff; display: none; font-size: 60px; height: 60px; line-height: 60px; position: fixed; right: 30px; text-align: center; transform: rotate(180deg); vertical-align: bottom; width: 60px; z-index: 999; &:hover { background: rgba(0,0,0,0.5) no-repeat center 43%; color: #fff; } }
Version data entries
5 entries across 5 versions & 1 rubygems