summaryrefslogtreecommitdiff
path: root/_bulma/node_modules/bulma/sass/layout/footer.sass
diff options
context:
space:
mode:
Diffstat (limited to '_bulma/node_modules/bulma/sass/layout/footer.sass')
-rw-r--r--_bulma/node_modules/bulma/sass/layout/footer.sass9
1 files changed, 0 insertions, 9 deletions
diff --git a/_bulma/node_modules/bulma/sass/layout/footer.sass b/_bulma/node_modules/bulma/sass/layout/footer.sass
deleted file mode 100644
index 8faa11e..0000000
--- a/_bulma/node_modules/bulma/sass/layout/footer.sass
+++ /dev/null
@@ -1,9 +0,0 @@
-$footer-background-color: $scheme-main-bis !default
-$footer-color: false !default
-$footer-padding: 3rem 1.5rem 6rem !default
-
-.footer
- background-color: $footer-background-color
- padding: $footer-padding
- @if $footer-color
- color: $footer-color