File: index.less

package info (click to toggle)
node-jade 1.5.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,984 kB
  • ctags: 315
  • sloc: makefile: 4
file content (47 lines) | stat: -rw-r--r-- 811 bytes parent folder | download
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
@import (npm) "twbs";

@jade: #00a86b;
@brand-primary: @jade;
@grid-float-breakpoint: @screen-md-min;

@media (min-width: 1500px) {
  .container {
    width: 1450px + @grid-gutter-width;
  }
}
@media (max-width: @grid-float-breakpoint) {
  .navbar .container {
    width: auto;
  }
  .navbar.navbar-default .navbar-header {
    background: @jade;
    .navbar-brand {
      color: white;
    }
    .icon-bar {
      background-color: white;
    }
    .navbar-toggle:hover, .navbar-toggle:focus {
      background: inherit;
    }
  }
  .logo-container {
    display: none;
  }
}

@import "./footer.less";
@import "./highlighting.less";
@import "./parameter-lists.less";


.logo-container {
  text-align: center;
  background-color: @jade;
  padding-top: 50px;
  padding-bottom: 50px;
}

p {
  font-size: 1.2em;
}