summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/base/layout.scss
blob: f0569a5e673b20fb8e91765fae5239668bfbc37f (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
html {
  overflow-y: scroll;
  height: 100%;
  margin: 0;

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

  body {
    padding-top: $header-height;
    height: 100%;
    margin: 0;
  }
}

.container {
  padding-top: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}

.content {
  height: 100%;
  width: 100%;
}

.content section {
  height: 100%;
  display: table-row;
}

.container .content {
  margin: 0 0;
}

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

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

.max-height {
  height: 100%;
  display: table;
  width: 100%;
}