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

footer.scss « stylesheets « assets « content - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4de162efe9092c074a6df14a5236631a2417f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
version: 10
---

@import 'variables';

.footer {
  border-color: $gds-gray-100;
  a {
    color: $footer-gray-500;
    border-bottom: 0;

    &:hover {
      border-bottom: 0;
    }
  }

  .fa {
    font-size: 20px;
    color: $footer-gray-400;
  }
}