This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
UTPass-Website/mdb/scss/addons/_rating.scss

36 lines
331 B
SCSS
Raw Normal View History

2019-09-15 11:19:29 +00:00
.mdb-rating {
.rate-popover {
color: #808080;
}
.live {
color: #000;
}
.oneStar {
color: #44370f;
}
.twoStars {
color: #96781e;
}
.threeStars {
color: #e2b52e;
}
.fourStars {
color: #f1ba12;
}
.fiveStars {
color: #f3cb06;
}
.amber-text {
color: #ffc107;
}
}