engelsystem/themes/base.less

24 lines
259 B
Plaintext
Raw Normal View History

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