diff options
Diffstat (limited to 'themes/base.scss')
-rw-r--r-- | themes/base.scss | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/themes/base.scss b/themes/base.scss deleted file mode 100644 index b861c7d0..00000000 --- a/themes/base.scss +++ /dev/null @@ -1,12 +0,0 @@ -//** Load fonts from this directory. -$icon-font-path: "../fonts/"; - -@import "../vendor/bootstrap/bootstrap"; - -body { - padding-top: 50px; -} - -.footer a { - color: $text-muted; -} |