Merge pull request #25773 from edx/adeel/van_170_reduce_tos_and_honorcode_fontsize
Reduce tos/honorcode font size
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 %>"
|
||||
|
||||
Reference in New Issue
Block a user