adding a little styling to the language note on the LMS help modal
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user