Commit 3b9993eb by Tom Giannattasio

started new nav styles

parent 8b597de7
body { body {
min-width: 980px; min-width: 980px;
background: #f7f7f7;
} }
body, h1, h2, h3, h4, h5, h6, p, p a:link, p a:visited, a { body, h1, h2, h3, h4, h5, h6, p, p a:link, p a:visited, a {
...@@ -11,6 +12,11 @@ table { ...@@ -11,6 +12,11 @@ table {
table-layout: fixed; table-layout: fixed;
} }
.content-wrapper {
background: none;
border: none;
}
.container { .container {
padding: lh(2); padding: lh(2);
......
...@@ -3,8 +3,22 @@ html { ...@@ -3,8 +3,22 @@ html {
max-height: 100%; max-height: 100%;
} }
div.info-wrapper {
padding: 40px;
box-sizing: border-box;
border-radius: 3px;
background: #fff;
@include box-shadow(0 1px 25px rgba(0, 0, 0, .1));
}
div.course-wrapper { div.course-wrapper {
@extend .table-wrapper; @extend .table-wrapper;
padding: 40px;
box-sizing: border-box;
border-radius: 3px;
background: #fff;
@include box-shadow(0 1px 25px rgba(0, 0, 0, .1));
ul, ol { ul, ol {
list-style: none; list-style: none;
......
...@@ -2,7 +2,7 @@ nav.course-material { ...@@ -2,7 +2,7 @@ nav.course-material {
@include clearfix; @include clearfix;
@include box-sizing(border-box); @include box-sizing(border-box);
background: #f6f6f6; background: #f6f6f6;
border-bottom: 1px solid rgb(200,200,200); border-bottom: none;
margin: 0px auto 0px; margin: 0px auto 0px;
padding: 0px; padding: 0px;
width: 100%; width: 100%;
...@@ -28,7 +28,7 @@ nav.course-material { ...@@ -28,7 +28,7 @@ nav.course-material {
text-align: center; text-align: center;
padding: 8px 13px 12px; padding: 8px 13px 12px;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: bold;
text-decoration: none; text-decoration: none;
text-shadow: 0 1px rgb(255,255,255); text-shadow: 0 1px rgb(255,255,255);
...@@ -37,11 +37,6 @@ nav.course-material { ...@@ -37,11 +37,6 @@ nav.course-material {
} }
&.active { &.active {
background: rgb(255,255,255);
border: 1px solid rgb(200,200,200);
border-bottom: 0px;
@include border-top-radius(4px);
@include box-shadow(0 2px 0 0 rgba(255,255,255, 1));
color: $blue; color: $blue;
} }
} }
...@@ -58,6 +53,10 @@ nav.course-material { ...@@ -58,6 +53,10 @@ nav.course-material {
} }
.global { .global {
background: none !important;
border: none !important;
box-shadow: none !important;
.find-courses-button { .find-courses-button {
display: none; display: none;
} }
......
nav.course-material { nav.course-material {
@include clearfix; @include clearfix;
@include box-sizing(border-box); @include box-sizing(border-box);
background: #f6f6f6; background: none;
border-bottom: 1px solid rgb(200,200,200);
margin: 0px auto 0px; margin: 0px auto 0px;
padding: 0px; padding: 0px;
width: 100%; width: 100%;
...@@ -37,11 +36,6 @@ nav.course-material { ...@@ -37,11 +36,6 @@ nav.course-material {
} }
&.active { &.active {
background: rgb(255,255,255);
border: 1px solid rgb(200,200,200);
border-bottom: 0px;
@include border-top-radius(4px);
@include box-shadow(0 2px 0 0 rgba(255,255,255, 1));
color: $blue; color: $blue;
} }
} }
......
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