summaryrefslogtreecommitdiff
path: root/themes/base.less
blob: cc7956bb2587c16173c7f15626c9dadc00cf6a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@import "../vendor/bootstrap/less/bootstrap";

@icon-font-path: "../vendor/bootstrap/fonts/";

body {
  padding-top: 50px;
}

.footer a {
  color: @text-muted;
}

td.free {
	.bg-danger();
}

td.occupied {
	.bg-success();
}

.space-top {
  margin-top: 15px;
}