Info lors d'un ajout d'album déjà en collection

This commit is contained in:
Damien Broqua 2023-09-24 14:53:04 +02:00
parent 205474a701
commit 81c61a0529
5 changed files with 43 additions and 2 deletions

View file

@ -7,10 +7,18 @@
.list {
margin-top: 2rem;
.item{
.item {
img {
cursor: pointer;
}
&.in-collection {
opacity: 0.6;
small {
font-style: italic;
}
}
}
}
}