mirror of
https://github.com/Readarr/Readarr
synced 2025-12-25 01:36:41 +01:00
19 lines
254 B
CSS
19 lines
254 B
CSS
.starRating {
|
|
display: flex;
|
|
align-items: left;
|
|
justify-content: left;
|
|
}
|
|
|
|
.backStar {
|
|
position: relative;
|
|
display: flex;
|
|
color: #515253;
|
|
}
|
|
|
|
.frontStar {
|
|
position: absolute;
|
|
top: 0;
|
|
display: flex;
|
|
overflow: hidden;
|
|
color: #ffbc0b;
|
|
}
|