2014-09-08 14:12:42 +02:00
|
|
|
@import "../vendor/bootstrap/less/bootstrap";
|
|
|
|
|
2014-12-06 19:02:02 +01:00
|
|
|
@icon-font-path: "../vendor/bootstrap/fonts/";
|
|
|
|
|
2014-09-08 14:12:42 +02:00
|
|
|
body {
|
|
|
|
padding-top: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer a {
|
|
|
|
color: @text-muted;
|
|
|
|
}
|
2014-09-08 14:46:12 +02:00
|
|
|
|
|
|
|
td.free {
|
|
|
|
.bg-danger();
|
|
|
|
}
|
|
|
|
|
|
|
|
td.occupied {
|
|
|
|
.bg-success();
|
2014-12-06 19:02:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.space-top {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|