popularity star
This commit is contained in:
parent
947129cd00
commit
b37057db0d
4 changed files with 27 additions and 0 deletions
|
@ -357,6 +357,17 @@
|
|||
justify-content: center-between;
|
||||
align-items: center;
|
||||
border-radius: var(--mediaItemRadius);
|
||||
position: relative;
|
||||
|
||||
.popular {
|
||||
background-image: url(assets/star.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 10px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
position: absolute;
|
||||
left: 3px;
|
||||
}
|
||||
|
||||
.artwork {
|
||||
height: 42px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue