Commit fd0cf404 by Andy Armstrong

Clean up font weights

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