Commit 25833471 by Frances Botsford

adding a little styling to the language note on the LMS help modal

parent f061c002
......@@ -304,7 +304,12 @@
padding-left: 0;
}
.note {
@include font-size(12);
@include line-height(12);
margin-top: ($baseline/2);
color: $lighter-base-font-color;
}
}
.discussion-alert-wrapper button {
......
......@@ -62,7 +62,7 @@ discussion_link = get_discussion_link(course) if course else None
<a href="#" id="feedback_link_question">${_('Ask a question')}</a>
</div>
<p>${_('Please note: The {platform_name} support team is English speaking. While we will do our best to address your inquiry in any language, our responses will be in English.').format(
<p class="note">${_('Please note: The {platform_name} support team is English speaking. While we will do our best to address your inquiry in any language, our responses will be in English.').format(
platform_name=platform_name
)}</p>
......
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