summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/layout.scss
blob: b91c15d8910f0b2fe2da7dca14863d9414685434 (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
html {
  overflow-y: scroll;

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

  body {
    padding-top: $header-height;
  }
}

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

.container .content {
  margin: 0 0;
}

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

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