BigW Consortium Gitlab

layout.scss 379 Bytes
Newer Older
Dmitriy Zaporozhets committed
1 2
html {
  overflow-y: scroll;
3 4

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

7
body {
8 9 10
  &.navless {
    background-color: white !important;
  }
Dmitriy Zaporozhets committed
11 12 13 14 15 16 17 18
}

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

.container .content {
19
  margin: 0;
Dmitriy Zaporozhets committed
20
}
21

22
.navless-container {
23 24
  margin-top: $header-height;
  padding-top: $gl-padding * 2;
25
}
26 27 28 29

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