Reduce tos/honorcode font size

VAN-170
This commit is contained in:
Adeel Khan
2020-12-06 21:34:03 +05:00
parent cc37350546
commit 68d869dc09
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 %>"