layout.scss 260 字节
Newer Older
D
Dmitriy Zaporozhets 已提交
1 2
html {
  overflow-y: scroll;
3 4

  &.touch .tooltip { display: none !important; }
D
Dmitriy Zaporozhets 已提交
5 6

  body {
7
    padding-top: $header-height;
D
Dmitriy Zaporozhets 已提交
8
  }
D
Dmitriy Zaporozhets 已提交
9 10 11 12 13 14 15 16
}

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

.container .content {
17
  margin: 0 0;
D
Dmitriy Zaporozhets 已提交
18
}
19

D
Dmitriy Zaporozhets 已提交
20 21 22
.navless-container {
  margin-top: 30px;
}