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

layout.scss « framework « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1a9990241d6964d96bda9f13e882c2c7ae9c66e (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
html {
  overflow-y: scroll;

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

body {
  background-color: #F3F3F3 !important;

  &.navless {
    background-color: white !important;
  }
}

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

.container .content {
  margin: 0 0;
}

.navless-container {
  margin-top: $header-height;
  padding-top: $gl-padding * 2;
}

.container-limited {
  max-width: $fixed-layout-width;
}