Files
thetempusproject/app/plugins/reviews/css/reviews.css
2025-02-05 23:57:17 -05:00

9 lines
200 B
CSS

.star-rating .fa-star {
font-size: 24px;
color: grey;
cursor: pointer;
}
.star-rating .fa-star.checked {
color: gold;
}