editing weather widget
authorIan Weller <ian@gaslightmedia.com>
Fri, 14 Aug 2015 12:38:42 +0000 (08:38 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 14 Aug 2015 12:59:50 +0000 (08:59 -0400)
scss/_page.footer.scss

index cdc592e..90cacc1 100644 (file)
@@ -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;