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

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

body {
  background-color: #EAEBEC !important;
}

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

.container .content {
  margin: 0 0;
}

.navless-container {
  padding-top: $header-height;
  margin-top: 30px;
}

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