Skip to content

Commit

Permalink
Update star rating in style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bubblevy committed Jan 1, 2024
1 parent 6d154e0 commit be57b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ form.search button:hover {
}
.products .rating .stars {
width: 80px;
height: 20px;
height: 15px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath d='M12.0006 18.26L4.94715 22.2082L6.52248 14.2799L0.587891 8.7918L8.61493 7.84006L12.0006 0.5L15.3862 7.84006L23.4132 8.7918L17.4787 14.2799L19.054 22.2082L12.0006 18.26Z' fill='rgba(240,187,64,1)'%3E%3C/path%3E%3C/svg%3E");
background-position-y: top;
background-repeat-y: no-repeat;
Expand Down

0 comments on commit be57b28

Please sign in to comment.