aboutsummaryrefslogtreecommitdiff
path: root/sass/themes/classic/partials/_footer.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/themes/classic/partials/_footer.scss')
-rw-r--r--sass/themes/classic/partials/_footer.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/sass/themes/classic/partials/_footer.scss b/sass/themes/classic/partials/_footer.scss
deleted file mode 100644
index 08e6138c..00000000
--- a/sass/themes/classic/partials/_footer.scss
+++ /dev/null
@@ -1,11 +0,0 @@
-footer {
- @include background(linear-gradient(darken($body-bg, 5), $body-bg));
- //color: $footer-color;
- //border-top: 10px solid $footer-bg;
- padding: 15px 0;
- position: relative;
- z-index: 2;
- a {
- color: #dddddd;
- &:hover {
- color: white; } } }