Created
October 17, 2017 09:41
-
-
Save baorv/3abd0c13125008f56b99d2a4919efea3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.jq-stars { | |
display: inline-block; | |
} | |
.jq-rating-label { | |
font-size: 22px; | |
display: inline-block; | |
position: relative; | |
vertical-align: top; | |
font-family: helvetica, arial, verdana; | |
} | |
.jq-star { | |
width: 100px; | |
height: 100px; | |
display: inline-block; | |
cursor: pointer; | |
} | |
.jq-star-svg { | |
padding-left: 3px; | |
width: 100%; | |
height: 100% ; | |
} | |
.jq-star:hover .fs-star-svg path { | |
} | |
.jq-star-svg path { | |
/* stroke: #000; */ | |
stroke-linejoin: round; | |
} | |
/* un-used */ | |
.jq-shadow { | |
-webkit-filter: drop-shadow( -2px -2px 2px #888 ); | |
filter: drop-shadow( -2px -2px 2px #888 ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment