Merge pull request #25794 from edx/adeel/fix_checkbox_text
Make optional checkbox text small.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user