From 099e9eeb95278518a6f9b75a5d3174fdb9075f86 Mon Sep 17 00:00:00 2001 From: Adeel Khan Date: Tue, 8 Dec 2020 00:12:54 +0500 Subject: [PATCH] Make optional checkbox text small. --- lms/static/sass/views/_login-register.scss | 6 +++++- lms/templates/student_account/register.underscore | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lms/static/sass/views/_login-register.scss b/lms/static/sass/views/_login-register.scss index 2e611a3dee..bee878af71 100644 --- a/lms/static/sass/views/_login-register.scss +++ b/lms/static/sass/views/_login-register.scss @@ -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; diff --git a/lms/templates/student_account/register.underscore b/lms/templates/student_account/register.underscore index 1bd10d9d8a..19fbbcff14 100644 --- a/lms/templates/student_account/register.underscore +++ b/lms/templates/student_account/register.underscore @@ -56,7 +56,7 @@