mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-22 16:44:34 +00:00
20 lines
254 B
CSS
20 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;
|
|
}
|