ghg-react
Version:
A library of React components for my own use.
25 lines (22 loc) • 357 B
CSS
.Rating {
cursor: pointer;
display: inline-block;
white-space: nowrap;
font-size: 20px;
}
.Rating.RatingReadonly{
cursor: auto;
}
.Rating > span {
color: grey;
display: inline-block;
position: relative;
width: 1.1em;
}
.Rating .RatingOn:before {
color: gold;
content: "\2605";
left: 0;
padding: 1px;
position: absolute;
}