Make optional checkbox text small.

This commit is contained in:
Adeel Khan
2020-12-08 00:12:54 +05:00
parent 685e061d6c
commit 099e9eeb95
2 changed files with 6 additions and 2 deletions

View File

@@ -320,6 +320,10 @@ ul.fa-ul{
width: calc(50% - 10px);
}
.label-text-small {
font-size: small;
}
/** FROM _accounts.scss - start **/
label,
input,
@@ -434,7 +438,7 @@ ul.fa-ul{
display: inline;
width: auto;
height: auto;
margin-right: ($baseline/4);
margin-right: 0px;
& + label {
display: inline;

View File

@@ -56,7 +56,7 @@
<div class="form-field checkbox-optional_fields_toggle">
<input type="checkbox" id="toggle_optional_fields" class="input-block checkbox"">
<label for="toggle_optional_fields">
<span class="label-text">
<span class="label-text-small">
<%- gettext("Support education research by providing additional information") %>
</span>
</label>