Blame view

app/static/css/style.css 381 Bytes
e90be54b   hitier   Copyright footer ...
1
2
3
4
html {
  position: relative;
  min-height: 100%;
}
e5230891   hitier   Add bootstrap imp...
5
6
7
8
9

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
e90be54b   hitier   Copyright footer ...
10
  height: 40px;
e5230891   hitier   Add bootstrap imp...
11
12
13
  margin-bottom: 20px;
}

e5230891   hitier   Add bootstrap imp...
14
15
16
17
18
19
20
21
22
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
e90be54b   hitier   Copyright footer ...
23

e5230891   hitier   Add bootstrap imp...
24
25
26
27
.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}