Clean up font weights
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user