2014-08-22 22:34:13 +02:00
|
|
|
//** Load fonts from this directory.
|
|
|
|
$icon-font-path: "../fonts/";
|
|
|
|
|
|
|
|
@import "../vendor/bootstrap-3.2.0/bootstrap";
|
|
|
|
|
|
|
|
body {
|
|
|
|
padding-top: 50px;
|
|
|
|
}
|
2014-08-23 01:55:18 +02:00
|
|
|
|
|
|
|
.footer a {
|
2014-08-23 02:47:06 +02:00
|
|
|
color: $text-muted;
|
|
|
|
}
|