Commit fd0cf404 by Andy Armstrong

Clean up font weights

parent 570001d7
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
.discussion { .discussion {
.post-label { .post-label {
@include margin($baseline/4, $baseline/2, 0, 0); @include margin($baseline/4, $baseline/2, 0, 0);
@extend %t-light;
font-size: $forum-small-font-size; font-size: $forum-small-font-size;
font-weight: 100;
display: inline; display: inline;
white-space: nowrap; white-space: nowrap;
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
.discussion-article { .discussion-article {
.posted-details { .posted-details {
@extend %t-copy-sub2; @extend %t-copy-sub2;
@extend %t-light;
margin: ($baseline/5) 0; margin: ($baseline/5) 0;
color: $forum-color-copy-light; color: $forum-color-copy-light;
...@@ -160,8 +161,8 @@ ...@@ -160,8 +161,8 @@
// post context // post context
.post-context { .post-context {
@extend %t-copy-sub2; @extend %t-copy-sub2;
@extend %t-light;
color: $forum-color-copy-light; color: $forum-color-copy-light;
font-weight: 100;
// CASE: no courseware context or cohort visibility rules // CASE: no courseware context or cohort visibility rules
&:empty { &:empty {
......
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