Skip to content
Snippets Groups Projects
Commit cd099146 authored by David Ormsbee's avatar David Ormsbee
Browse files

Merge pull request #786 from MITx/feature/tomg/moderator-tag

added moderator label styles
parents 1c823b37 10227e8c
No related branches found
No related tags found
No related merge requests found
......@@ -1557,6 +1557,18 @@ body.discussion {
}
}
.moderator-label {
margin-left: 2px;
padding: 0 4px;
border-radius: 2px;
background: #55dc9e;
font-size: 9px;
font-weight: 700;
font-style: normal;
color: white;
text-transform: uppercase;
}
.comment-form {
padding: 8px 20px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment