vtex/product/_evaluationRate.scss
This is an include file, which goes into the x-product.scss.
WARNING: All the classes bellow are required and generated by the platform.
.rating-produto {
@for $i from 0 through 5 {
.avaliacao#{$i} {
background: url("../img/rating-#{$i}.png") no-repeat;
display: inline-block;
width: 90px;
height: 30px;
}
}
}