engelsystem/themes/base.scss

13 lines
177 B
SCSS
Raw Normal View History

2014-08-22 22:34:13 +02:00
//** Load fonts from this directory.
$icon-font-path: "../fonts/";
@import "../vendor/bootstrap/bootstrap";
2014-08-22 22:34:13 +02:00
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;
}