2022-02-18 11:05:10 +01:00
|
|
|
.ajouter-un-album {
|
2022-02-18 16:53:54 +01:00
|
|
|
@include respond-to("small") {
|
|
|
|
display: block;
|
|
|
|
padding: 0 .75rem;
|
|
|
|
}
|
|
|
|
|
2022-02-18 19:24:10 +01:00
|
|
|
.list {
|
|
|
|
margin-top: 2rem;
|
2022-02-18 11:05:10 +01:00
|
|
|
|
2023-09-24 14:53:04 +02:00
|
|
|
.item {
|
2022-02-18 19:24:10 +01:00
|
|
|
img {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2023-09-24 14:53:04 +02:00
|
|
|
|
|
|
|
&.in-collection {
|
|
|
|
opacity: 0.6;
|
|
|
|
|
|
|
|
small {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
}
|
2022-02-18 16:53:54 +01:00
|
|
|
}
|
2022-02-18 19:24:10 +01:00
|
|
|
}
|
2022-02-18 11:05:10 +01:00
|
|
|
}
|