Sha256: d0c78e48ba9b863af85e53f6f043bc515fd900e22a1a3ce1e825caa5c6d1fa70
Contents?: true
Size: 790 Bytes
Versions: 40
Compression:
Stored size: 790 Bytes
Contents
// // Links // /*------------------------------------ Link Styles ------------------------------------*/ .u-link { // Link Style v1 &-v1 { border-bottom: solid 1px; &:hover, &:focus { border-bottom: none; text-decoration: none; } } // Link Style v2 &-v2 { @include absolute(top 0 right 0 bottom 0 left 0); text-indent: 100%; white-space: nowrap; overflow: hidden; } // Link Style v3 &-v3 { text-decoration: underline; &:hover { text-decoration: none; } } // Link Style v4 &-v4 { transition: all .3s; &:hover { opacity: .8; } } // Link Style v5 &-v5 { text-decoration: none; transition: all .2s; &:hover, &:focus { text-decoration: none; } } }
Version data entries
40 entries across 40 versions & 1 rubygems