Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. .fa-star {
  2. margin: 0.5em;
  3. font-size: 24px;
  4. }
  5.  
  6. span {
  7. display: inline-block;
  8. margin: 0.5em;
  9. text-align: center;
  10. background-color: #ccc;
  11. width: 24px;
  12. border-radius: 50%;
  13. cursor: pointer;
  14. }
  15.  
  16. .selected {
  17. background-color: #eee;
  18. color: #ddd;
  19. cursor: not-allowed;
  20. }
  21.  
  22. .used {
  23. background-color: #aaddaa;
  24. color: #99bb99;
  25. cursor: not-allowed;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement