_rating.scss 331 B

1234567891011121314151617181920212223242526272829303132333435
  1. .mdb-rating {
  2. .rate-popover {
  3. color: #808080;
  4. }
  5. .live {
  6. color: #000;
  7. }
  8. .oneStar {
  9. color: #44370f;
  10. }
  11. .twoStars {
  12. color: #96781e;
  13. }
  14. .threeStars {
  15. color: #e2b52e;
  16. }
  17. .fourStars {
  18. color: #f1ba12;
  19. }
  20. .fiveStars {
  21. color: #f3cb06;
  22. }
  23. .amber-text {
  24. color: #ffc107;
  25. }
  26. }