projects
/
WP-Themes
/
westernup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb2dfef
)
editing weather widget
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 14 Aug 2015 12:38:42 +0000
(08:38 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Fri, 14 Aug 2015 12:59:50 +0000
(08:59 -0400)
scss/_page.footer.scss
patch
|
blob
|
history
diff --git
a/scss/_page.footer.scss
b/scss/_page.footer.scss
index
cdc592e
..
90cacc1
100644
(file)
--- 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;