Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_icons.scss « partials « styles - github.com/huyb1991/hugo-lamp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c72f12620a296df8e27a02dfc4d61aa6f42deb98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.icon {
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  text-align: center;

  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

// Sharing on social networks
.share {
  font-weight: normal;
  margin-left: 0.2rem;
  display: inline-block;
  text-align: center;
  border: none;
  outline: none;
  color: $white;
  width: 30px;
  height: 30px;
  border-radius: 50%;

  &-twitter {
    background-color: $color-twitter;

    &-icon {
      margin: 5px 0 0 1px;
    }
  }

  &-facebook {
    background-color: $color-facebook;
  }

  &-google {
    background-color: $color-google;
  }
}