13 lines
175 B
Plaintext
13 lines
175 B
Plaintext
.star-rate {
|
|
display: flex;
|
|
font-size: 14px;
|
|
color: #999;
|
|
}
|
|
|
|
.star-rate_mini {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.star-rate__item_active {
|
|
color: #ffd700;
|
|
} |