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: 5fa62dcbc69e53d748b0009ecaf18b8f8c6db719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
version: 8
---

@import "variables";

.footer {
  border-color: $gds-gray-100;
  max-width: $landing-page-content;
  font-size: $body-font-size;
  a {
    color: $landing-sidebar-gray-500;
  }

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