Commit cb209fa0 by Brian Talbot Committed by Julia Hansbrough

LMS: revising color of language icon

parent d00a0f5b
...@@ -857,13 +857,16 @@ ...@@ -857,13 +857,16 @@
// status - language // status - language
.status-language { .status-language {
.icon, .title { .icon {
display: inline-block !important; // needed for LMS horrible specificity @include font-size(17);
display: inline-block;
vertical-align: middle; vertical-align: middle;
margin-right: ($baseline/4);
color: $black;
} }
.icon { .title .icon {
margin-right: ($baseline/4); opacity: 0.75; // needed to overcome bad specificity elsewhere
} }
} }
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<%namespace name='static' file='../static_content.html'/> <%namespace name='static' file='../static_content.html'/>
<li class="status status-language"> <li class="status status-language">
<i class="icon icon-flag-alt"></i>
<span class="title status-title"> <span class="title status-title">
<i class="icon icon-flag-alt"></i>
${_("Preferred Language")} ${_("Preferred Language")}
(<a href="#change_language" rel="leanModal" class="edit-language">${_("edit")}</a>) (<a href="#change_language" rel="leanModal" class="edit-language">${_("edit")}</a>)
</span> </span>
......
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