blob: b861c7d0bdb5fcda9122be39e16d0e324c0c763a (
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/bootstrap";
body {
padding-top: 50px;
}
.footer a {
color: $text-muted;
}
|