Commit cfa2ba95 by kimth

Merge pull request #485 from MITx/feature/kfiedler/courseware-style

Fix for CSM Sass and fix headers in tutorials 
parents 8be7d90c 3273de93
...@@ -14,6 +14,10 @@ $yellow: #fff8af; ...@@ -14,6 +14,10 @@ $yellow: #fff8af;
$cream: #F6EFD4; $cream: #F6EFD4;
$border-color: #ddd; $border-color: #ddd;
// edX colors
$blue: rgb(29,157,217);
$pink: rgb(182,37,104);
@mixin hide-text { @mixin hide-text {
background-color: transparent; background-color: transparent;
border: 0; border: 0;
......
...@@ -58,18 +58,20 @@ div.course-wrapper { ...@@ -58,18 +58,20 @@ div.course-wrapper {
@extend h1.top-header; @extend h1.top-header;
@include border-radius(0 4px 0 0); @include border-radius(0 4px 0 0);
margin-bottom: -16px; margin-bottom: -16px;
border-bottom: 0;
h1 { h1 {
margin: 0; margin: 0;
font-size: 1em;
} }
h2 { h2 {
float: right; float: right;
margin-right: 0; margin: 12px 0 0;
margin-top: 8px;
text-align: right; text-align: right;
padding-right: 0; padding-right: 0;
border-right: 0; border-right: 0;
font-size: em(14, 24);
} }
} }
......
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