16 lines
No EOL
249 B
SCSS
16 lines
No EOL
249 B
SCSS
.ajouter-un-album {
|
|
@include respond-to("small") {
|
|
display: block;
|
|
padding: 0 .75rem;
|
|
}
|
|
|
|
.list {
|
|
margin-top: 2rem;
|
|
|
|
.item{
|
|
img {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
} |