• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.article__footer {
2  margin: map-get($spacers, 4) 0;
3  font-size: map-get($base, font-size-sm);
4}
5
6.article__license, .article__subscribe {
7  a {
8    @include link-colors($text-color, $main-color-1);
9  }
10}
11
12.article__license {
13  color: $text-color-l;
14  img {
15    height: map-get($base, font-size) * 1.6;
16  }
17}