mirror of https://github.com/lidarr/Lidarr
20 lines
258 B
CSS
20 lines
258 B
CSS
|
.starRating {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.backStar {
|
||
|
position: relative;
|
||
|
display: flex;
|
||
|
color: #515253;
|
||
|
}
|
||
|
|
||
|
.frontStar {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
display: flex;
|
||
|
overflow: hidden;
|
||
|
color: #ffbc0b;
|
||
|
}
|