blob: 29a3796fb4bb7f6bfb547e3a20e1344d93ab6ee4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
@import "../vendor/bootstrap/less/bootstrap";
body {
padding-top: 50px;
}
.footer a {
color: @text-muted;
}
td.free {
.bg-danger();
}
td.occupied {
.bg-success();
}
|