MusicTopus/sass/ajouter-un-album.scss

24 lines
408 B
SCSS
Raw Normal View History

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
.item {
2022-02-18 19:24:10 +01:00
img {
cursor: pointer;
}
&.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
}