Merge pull request #25773 from edx/adeel/van_170_reduce_tos_and_honorcode_fontsize

Reduce tos/honorcode font size
This commit is contained in:
adeel khan
2020-12-07 15:52:21 +05:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -332,6 +332,10 @@ ul.fa-ul{
font-style: normal;
font-weight: 500;
&.honor_tos_combined {
font-size: small;
}
&.focus-in {
position: relative;
padding-top: 0;

View File

@@ -75,7 +75,7 @@
</div>
<% } %>
<% } else if (type === 'plaintext' ) { %>
<span class="plaintext-field"><%= HtmlUtils.HTML(label) %></span>
<span class="plaintext-field honor_tos_combined"><%= HtmlUtils.HTML(label) %></span>
<input id="<%- form %>-<%- name %>"
type="hidden"
name="<%- name %>"