summaryrefslogtreecommitdiff
path: root/live/static/fork-awesome/src/doc/assets/less/site/social-buttons.less
blob: aaf2426ee123b59741981b6533940cd2785f64d4 (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
43
44
45
46
47
48
#social-buttons {
  ul.list-inline { margin-bottom: 0; }

  padding: 22px 0 17px;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
}

#subscribe {
  padding: 22px 0 17px;
  text-align: center;
}

label.error {
  color: @state-danger-text;
  margin-top: 5px;
}

/* Get those Github and Twitter Buttons to behave */
.list-inline li iframe {
  position: relative !important;
  display: inline;
  top: 6px;
}

/* Federation Share buttons */

.share {
  .btn-xs {
    line-height: 1.3;
    padding-left: 6px;
    padding-right: 6px;
  }
  label,
  label:hover {
    color: #fff;
  }
  .twitter {
    color: #fff;
    background-color: #1b95e0;
  }
  .twitter:hover {
    color: #fff;
    background-color: #0c7abf;
  }
}