blob: 70d1a4b7b18e130d2915e9459810a13310215746 (
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;
}
|