2872: Top nav gradient.
authorTom Clegg <tom@curoverse.com>
Sat, 7 Jun 2014 19:28:15 +0000 (15:28 -0400)
committerTom Clegg <tom@curoverse.com>
Sat, 7 Jun 2014 19:28:15 +0000 (15:28 -0400)
apps/workbench/app/assets/stylesheets/application.css.scss

index 39b037cb89991d22e594e4747c605e5b0eed4be2..f507ccd7386c3da7d3e0247043435baac0fa3ce4 100644 (file)
@@ -92,12 +92,14 @@ form.small-form-margin {
 
 /* top nav */
 $top-nav-bg: #3c163d;
+$top-nav-bg-bottom: #260027;
 nav.navbar-fixed-top .navbar-brand {
     color: #79537a;
     letter-spacing: 0.4em;
 }
 nav.navbar-fixed-top {
     background: $top-nav-bg;
+    background: linear-gradient(to bottom, $top-nav-bg 0%,$top-nav-bg-bottom 100%);
 }
 .navbar.breadcrumbs {
     line-height: 50px;