Initial commit
This commit is contained in:
9
app/plugins/reviews/css/reviews.css
Normal file
9
app/plugins/reviews/css/reviews.css
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
.star-rating .fa-star {
|
||||
font-size: 24px;
|
||||
color: grey;
|
||||
cursor: pointer;
|
||||
}
|
||||
.star-rating .fa-star.checked {
|
||||
color: gold;
|
||||
}
|
Reference in New Issue
Block a user