• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.author-links {
2  & > ul {
3    margin: 0;
4    & > li > {
5      .mail-button {
6        @include clickable($text-color-1, $mail-color);
7      }
8      .facebook-button {
9        @include clickable($text-color-1, $facebook-color);
10      }
11      .twitter-button {
12        @include clickable($text-color-1, $twitter-color);
13      }
14      .weibo-button {
15        @include clickable($text-color-1, $weibo-color);
16      }
17      .googlepluse-button {
18        @include clickable($text-color-1, $google-plus-color);
19      }
20      .telegram-button {
21        @include clickable($text-color-1, $telegram-color);
22      }
23      .medium-button {
24        @include clickable($text-color-1, $medium-color);
25      }
26      .zhihu-button {
27        @include clickable($text-color-1, $zhihu-color);
28      }
29      .douban-button {
30        @include clickable($text-color-1, $douban-color);
31      }
32      .linkedin-button {
33        @include clickable($text-color-1, $linkedin-color);
34      }
35      .github-button {
36        @include clickable($text-color-1, $github-color);
37      }
38      .npm-button {
39        @include clickable($text-color-1, $npm-color);
40      }
41    }
42  }
43}
44