geminilabs

[site-reviews] multi-coloured bars (play.google.com)

Apr 27th, 2020
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.54 KB | None | 0 0
  1. .glsr-bar:nth-child(0n+1) .glsr-bar-background-percent {
  2.     background-color: #57bb8a;
  3. }
  4. .glsr-bar:nth-child(0n+2) .glsr-bar-background-percent {
  5.     background-color: #9ace6a;
  6. }
  7. .glsr-bar:nth-child(0n+3) .glsr-bar-background-percent {
  8.     background-color: #ffcf02;
  9. }
  10. .glsr-bar:nth-child(0n+4) .glsr-bar-background-percent {
  11.     background-color: #ff9f02;
  12. }
  13. .glsr-bar:nth-child(0n+5) .glsr-bar-background-percent {
  14.     background-color: #ff6f31;
  15. }
  16. .glsr-bar-background:before,
  17. .glsr-bar-background-percent {
  18.     height: 18px !important;
  19. }
Add Comment
Please, Sign In to add comment