summaryrefslogtreecommitdiff
path: root/_sass/layout/footer.sass
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2019-03-30 18:05:20 -0400
committer53hornet <53hornet@gmail.com>2019-03-30 18:05:20 -0400
commit7f69e616dd181ce6d46d42a7dfde14dfeae7e247 (patch)
tree3324c42ae878b1e68717d56270d81015d7d6de6b /_sass/layout/footer.sass
downloadcobalt-site-7f69e616dd181ce6d46d42a7dfde14dfeae7e247.tar.xz
cobalt-site-7f69e616dd181ce6d46d42a7dfde14dfeae7e247.zip
Initial commit.
Diffstat (limited to '_sass/layout/footer.sass')
-rw-r--r--_sass/layout/footer.sass6
1 files changed, 6 insertions, 0 deletions
diff --git a/_sass/layout/footer.sass b/_sass/layout/footer.sass
new file mode 100644
index 0000000..1988153
--- /dev/null
+++ b/_sass/layout/footer.sass
@@ -0,0 +1,6 @@
+$footer-background-color: $white-bis !default
+$footer-padding: 3rem 1.5rem 6rem !default
+
+.footer
+ background-color: $footer-background-color
+ padding: $footer-padding