Sha256: 22ae6d303dc494e6e0d08af2e162a47deb719ea2f217b776e1eac3df8e15b72f
Contents?: true
Size: 351 Bytes
Versions: 8
Compression:
Stored size: 351 Bytes
Contents
.link-overlay { position: relative; &:hover { .link-overlay-bg { opacity: 1; } } } .link-overlay-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba($blue, .8); display: flex; color: #fff; align-items: center; justify-content: center; font-size: px2rem(20px); opacity: 0; transition: .3s opacity; }
Version data entries
8 entries across 8 versions & 2 rubygems