projects
/
web
/
GruntInit
/
glmThemeV6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dea39d2
)
removing bottom border
author
Ian Weller
<ian@gaslightmedia.com>
Mon, 19 Sep 2016 19:56:35 +0000
(15:56 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Mon, 19 Sep 2016 19:56:35 +0000
(15:56 -0400)
I removed the bottom border that was needed for Harbor Country.
root/scss/_topbar.scss
patch
|
blob
|
history
diff --git
a/root/scss/_topbar.scss
b/root/scss/_topbar.scss
index
41f423e
..
1fd5b73
100644
(file)
--- a/
root/scss/_topbar.scss
+++ b/
root/scss/_topbar.scss
@@
-17,7
+17,6
@@
background: transparent;
height: 73px;
z-index: 2;
- border-bottom: 3px solid $bri-blue;
box-shadow: 0px 7px 5px 0 rgba($black, 0.5);
-ms-box-shadow: 0px 7px 5px 0 rgba($black, 0.5);
-moz-box-shadow: 0px 7px 5px 0 rgba($black, 0.5);