Sha256: 9a0749955dd50235c9e9f9e50496114b7a617f074dfa9a3640295e34c495445c
Contents?: true
Size: 864 Bytes
Versions: 22
Compression:
Stored size: 864 Bytes
Contents
#utility_nav { position: absolute; top: 125px; left: 25px; .current_user { @include border-radius(50%); background-image: image-url('lalala/users/default.jpg'); background-size: cover; border: 1px solid $yellow; display: block; float: left; height: 60px; position: relative; text-indent: -9999px; width: 60px; z-index: 0; &:before { @include background-image(linear-gradient(left top, rgba(white, 0.75), rgba(white, 0))); @include border-radius(50%); content: " "; bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 1; } } a { @include text-shadow(1px 1px 2px #AAAAAA); color: $white; display: inline-block; font-size: 15px; font-weight: bold; padding: 20px 0 0 10px; text-decoration: none; } }
Version data entries
22 entries across 22 versions & 1 rubygems