From cf7a05f80f68b5b1c8bcc0089679dd497cec2506 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Sun, 14 Jun 2015 23:53:32 -0800 Subject: first commit --- web/sass-files/sass/partials/_footer.scss | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 web/sass-files/sass/partials/_footer.scss (limited to 'web/sass-files/sass/partials/_footer.scss') diff --git a/web/sass-files/sass/partials/_footer.scss b/web/sass-files/sass/partials/_footer.scss new file mode 100644 index 000000000..239dd92c1 --- /dev/null +++ b/web/sass-files/sass/partials/_footer.scss @@ -0,0 +1,23 @@ +.footer-pane { + background: #eee; + padding-bottom: 1em; + .footer-link { + padding: 0 1.5em; + &.copyright { + color: #999; + padding-right: 0; + } + } + .footer-site-name { + padding: 1.5em 0 1em; + font-size:14px; + font-weight:bold; + text-transform:uppercase; + } +} + +.footer, .footer-pane, .footer-push { + height: 89px; +} + + -- cgit v1.2.3-1-g7c22