Skip to content
Snippets Groups Projects
Unverified Commit bea629d9 authored by adeel khan's avatar adeel khan Committed by GitHub
Browse files

Merge pull request #25773 from edx/adeel/van_170_reduce_tos_and_honorcode_fontsize

Reduce tos/honorcode font size
parents fd40bf04 68d869dc
Branches
Tags
No related merge requests found
......@@ -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 %>"
......
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