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