aboutsummaryrefslogtreecommitdiff
path: root/src/css/_partial/_footer/_social.scss
blob: a23eb69beebe7df31c5d69b9a53d0b6346dbf8a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// ==============================
// Social
// =============================

.social-links {
  text-align: center;

  .iconfont {
    font-size: $social-icon-font-size;

    & + .iconfont {
      margin-left: $social-link-margin-left;
    } 

    &:hover {
      color: $theme-color;
    }
  }
}