Guest User

Untitled

a guest
Oct 17th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. .jq-stars {
  2. display: inline-block;
  3. }
  4.  
  5. .jq-rating-label {
  6. font-size: 22px;
  7. display: inline-block;
  8. position: relative;
  9. vertical-align: top;
  10. font-family: helvetica, arial, verdana;
  11. }
  12.  
  13. .jq-star {
  14. width: 100px;
  15. height: 100px;
  16. display: inline-block;
  17. cursor: pointer;
  18. }
  19.  
  20. .jq-star-svg {
  21. padding-left: 3px;
  22. width: 100%;
  23. height: 100% ;
  24. }
  25.  
  26. .jq-star:hover .fs-star-svg path {
  27. }
  28.  
  29. .jq-star-svg path {
  30. /* stroke: #000; */
  31. stroke-linejoin: round;
  32. }
  33.  
  34. /* un-used */
  35. .jq-shadow {
  36. -webkit-filter: drop-shadow( -2px -2px 2px #888 );
  37. filter: drop-shadow( -2px -2px 2px #888 );
  38. }
Add Comment
Please, Sign In to add comment