Sha256: b904f2650dd60f25e47f7eaad3153861547d7d5beb526d8c2368646e839bb84e
Contents?: true
Size: 686 Bytes
Versions: 3
Compression:
Stored size: 686 Bytes
Contents
.main-footer { @include transition(opacity 0.4s); padding: 10px $content-buffer $content-buffer; opacity: 0; &.active { opacity: 1; } &.-locked { position: absolute; right: 0; bottom: 0; } } .credit { font-size: 14px; color: $c-mid-dark-grey; text-align: right; span { display: inline-block; vertical-align: middle; margin-right: 25px; } // SVG link > a { display: inline-block; vertical-align: middle; &:hover { path { fill: $c-custom-highlight; } } } svg { max-width: 35px; height: auto; } path { @include transition(fill 0.2s); fill: $c-mid-dark-grey; } }
Version data entries
3 entries across 3 versions & 1 rubygems