16 lines
No EOL
258 B
SCSS
16 lines
No EOL
258 B
SCSS
.ajouter-un-album {
|
|
span.item {
|
|
margin-right: 0.6rem;
|
|
|
|
&::after {
|
|
content: ",";
|
|
}
|
|
|
|
&:last-child {
|
|
margin-right: 0;
|
|
&::after {
|
|
content: "";
|
|
}
|
|
}
|
|
}
|
|
} |