New: Add Star Rating to Album table (#365)

This commit is contained in:
Qstick
2018-05-24 23:55:14 -04:00
committed by GitHub
parent 73157534e0
commit 18b29f8208
6 changed files with 102 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
.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;
}