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

layout.scss « base « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62c11b06368dd66cbd051f47ae89ee69c75b1e41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
html {
  overflow-y: scroll;

  &.touch .tooltip { display: none !important; }

  body {
    padding-top: 46px;
  }
}

.container {
  padding-top: 0;
  z-index: 5;
}

.container .content {
  margin: 0 0;
}

.navless-container {
  margin-top: 30px;
}