From 6f5afcbe24ecfcaad0a2df62cea1b240ab3bd11b Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 14 Aug 2015 08:38:42 -0400 Subject: [PATCH] editing weather widget --- scss/_page.footer.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index cdc592e..90cacc1 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -41,10 +41,20 @@ ul#menu-footer > li { bottom: 100%; border: 5px solid $tan; left: 65%; + box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35); z-index: 5; @media #{$small-only} { left: 25%; } + &:after { + content: "\25BC"; + font-size: 20px; + position: absolute; + color: $tan; + bottom: -28px; + left:45%; + text-shadow: 0 3px 6px rgba($black, 0.35); + } } #bottom { background: url(../assets/footer-bkgrd.jpg) repeat-x; -- 2.17.1