Commit eda371a1 by Brian Talbot Committed by John Jarvis

drupal integration - revised UI of course slim header to coincide with marketing site theme

parent d6354fd8
...@@ -61,10 +61,10 @@ nav.course-material { ...@@ -61,10 +61,10 @@ nav.course-material {
} }
header.global.slim { header.global.slim {
border-bottom: 1px solid $outer-border-color;
@include box-shadow(0 1px 2px rgba(0, 0, 0, .1)); @include box-shadow(0 1px 2px rgba(0, 0, 0, .1));
height: 50px; height: 50px;
@include linear-gradient(top, #fff, #eee); border-bottom: 1px solid $outer-border-color;
background: $white;
.guest .secondary { .guest .secondary {
margin-right: 0; margin-right: 0;
...@@ -111,7 +111,7 @@ header.global.slim { ...@@ -111,7 +111,7 @@ header.global.slim {
margin-right: 20px; margin-right: 20px;
padding-right: 20px; padding-right: 20px;
&::before { &:before {
@extend .faded-vertical-divider; @extend .faded-vertical-divider;
content: ""; content: "";
display: block; display: block;
...@@ -122,7 +122,7 @@ header.global.slim { ...@@ -122,7 +122,7 @@ header.global.slim {
width: 1px; width: 1px;
} }
&::after { &:after {
@extend .faded-vertical-divider-light; @extend .faded-vertical-divider-light;
content: ""; content: "";
display: block; display: block;
...@@ -134,7 +134,7 @@ header.global.slim { ...@@ -134,7 +134,7 @@ header.global.slim {
} }
} }
.find-courses-button { .nav-global {
display: none; display: none;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment