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

_footer.scss « scss « assets « docs - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 297c31135ab53dbc6c0427c785fd45733fa3b08c (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
//
// Footer
//

.bd-footer {
  font-size: .875rem;
  color: #63707c;

  a {
    font-weight: 600;
    color: $gray-700;

    &:hover,
    &:focus {
      color: $blue;
    }
  }

  p {
    margin-bottom: 0;
  }
}

.bd-footer-links {
  padding-left: 0;
  margin-bottom: 1rem;

  li {
    display: inline-block;

    + li {
      margin-left: 1rem;
    }
  }
}