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

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

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

body {
  margin-bottom: 20px;
}

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

.container .content {
  margin: 0 0;
}