Sha256: 626524ee94de76fa036a35b3877c18fecac6b44771981662418c0629f621082a
Contents?: true
Size: 696 Bytes
Versions: 27
Compression:
Stored size: 696 Bytes
Contents
.user_badge_list { $size: 22px; margin: -4px 0; padding: 0; li { float: left; position: relative; list-style: none; width: $size; height: $size; margin: 1px; line-height: $size; background-color: #fff; border: solid 1px #aaa; text-align: center; &:hover .tooltip { opacity: 1; } } .initials { font-size: 11px; font-weight: bold; color: #555; } .tooltip { position: absolute; top: -1px; left: -1px; height: $size; padding: 0 5px; white-space: nowrap; z-index: 1; background-color: #fff; border: solid 1px #aaa; opacity: 0; } a { text-decoration: none; } }
Version data entries
27 entries across 27 versions & 1 rubygems