Sha256: 97cedcf9745d47f25acae38b45236696af4ae385c77d64a53ce28493befab7ce
Contents?: true
Size: 481 Bytes
Versions: 72
Compression:
Stored size: 481 Bytes
Contents
.rating { unicode-bidi: bidi-override; direction: rtl; font-size: 30px; span.star { font-family: FontAwesome; font-weight: normal; font-style: normal; display: inline-block; &:hover { cursor: pointer; } } span.star:before { content: "\f006"; // empty star padding-right: 5px; color: @gray-light; } span.star:hover:before, span.star:hover ~ span.star:before { content: "\f005"; // solid star color: #e3cf7a; } }
Version data entries
72 entries across 72 versions & 2 rubygems