summaryrefslogtreecommitdiff
path: root/themes/base.less
blob: c474dc011006a5379ee8a787a293322bdf32a87c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//** Load fonts from this directory.
@icon-font-path: "../fonts/";

@import "../vendor/bootstrap/less/bootstrap";

body {
  padding-top: 50px;
}

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