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

_social-buttons.scss « scss « assets « docs - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36a678c4ecd16062522da685861a896b0240091d (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
//
// Social buttons
//

.bd-social {
  margin-bottom: 1.5rem;
  margin-left: -.5rem;
}
.bd-social-buttons {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bd-social-buttons li {
  display: inline-block;
  padding: .25rem .5rem;
  line-height: 1;
}
.bd-social-buttons .twitter-follow-button {
  width: 225px !important;
}
.bd-social-buttons .twitter-share-button {
  width: 98px !important;
}

// Style the GitHub buttons via CSS instead of inline attributes
.github-btn {
  overflow: hidden;
  border: 0;
}