Files
thetempusproject/app/plugins/reviews/css/reviews.css
2024-08-04 21:15:59 -04:00

9 lines
200 B
CSS

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