diff options
-rw-r--r-- | web/cobrands/zurich/layout.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index cc15d1fe3..42e4d81ac 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -28,6 +28,9 @@ body.mappage .content { border: 1px solid #666; } } +body.mappage .nav-wrapper-2 { + @include box-shadow(0 0 6px 1px #000); +} // Different header and logo #site-header .container { |