Commit 1ea18ab7 by Kyle Fiedler

Fix styles in the handouts sidebar

parent bb677da7
...@@ -106,12 +106,13 @@ div.info-wrapper { ...@@ -106,12 +106,13 @@ div.info-wrapper {
@include box-sizing(border-box); @include box-sizing(border-box);
padding: em(7) lh(.75); padding: em(7) lh(.75);
position: relative; position: relative;
font-size: $body-font-size;
&.expandable, &.expandable,
&.collapsable { &.collapsable {
h4 { h4 {
font-style: $body-font-size;
font-weight: normal; font-weight: normal;
font-size: 1em;
padding-left: 18px; padding-left: 18px;
} }
} }
...@@ -125,13 +126,10 @@ div.info-wrapper { ...@@ -125,13 +126,10 @@ div.info-wrapper {
border-top: 1px solid #d3d3d3; border-top: 1px solid #d3d3d3;
@include box-shadow(inset 0 1px 0 #eee); @include box-shadow(inset 0 1px 0 #eee);
padding-left: lh(1.5); padding-left: lh(1.5);
font-size: 1em;
} }
} }
&:hover {
background-color: #e9e9e9;
}
div.hitarea { div.hitarea {
background-image: url('../images/treeview-default.gif'); background-image: url('../images/treeview-default.gif');
display: block; display: block;
...@@ -159,20 +157,20 @@ div.info-wrapper { ...@@ -159,20 +157,20 @@ div.info-wrapper {
h3 { h3 {
border-bottom: 0; border-bottom: 0;
@include box-shadow(none); @include box-shadow(none);
color: #999; color: #aaa;
font-size: $body-font-size; font-size: 1em;
font-weight: bold; margin-bottom: em(6);
text-transform: uppercase;
} }
p { p {
font-size: $body-font-size; font: 1em $sans-serif;
letter-spacing: 0; letter-spacing: 0;
margin: 0; margin: 0;
text-transform: none; text-transform: none;
a { a {
padding-right: 8px; padding-right: 8px;
font-family: $sans-serif;
&:before { &:before {
color: #ccc; color: #ccc;
......
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