15 lines
173 B
SCSS
15 lines
173 B
SCSS
.c-share {
|
|
margin-top: 40px;
|
|
|
|
&__list {
|
|
margin-top: 10px;
|
|
|
|
&__item {
|
|
text-decoration: none;
|
|
|
|
& + & {
|
|
margin-left: 0.5em;
|
|
}
|
|
}
|
|
}
|
|
}
|