diff --git a/lms/static/js/student_account/views/LoginView.js b/lms/static/js/student_account/views/LoginView.js index 99ee8c4564..477aa7d197 100644 --- a/lms/static/js/student_account/views/LoginView.js +++ b/lms/static/js/student_account/views/LoginView.js @@ -69,6 +69,7 @@ _.template(this.tpl)({ // We pass the context object to the template so that // we can perform variable interpolation using sprintf + HtmlUtils: HtmlUtils, context: { fields: fields, currentProvider: this.currentProvider, diff --git a/lms/static/sass/views/_login-register.scss b/lms/static/sass/views/_login-register.scss index e0867237e0..74f71ca1e6 100644 --- a/lms/static/sass/views/_login-register.scss +++ b/lms/static/sass/views/_login-register.scss @@ -637,12 +637,14 @@ @extend %t-action4; @extend %t-regular; - border-color: $lightGrey1; + font-size: 1rem; + font-weight: 600; padding: 0; - height: $third-party-button-height; &:hover { border-color: $m-blue-d3; + box-shadow: none; + } } @@ -797,7 +799,7 @@ &:first-of-type { margin-top: 20px; } - + font-size: 16px; line-height: 1.5; color: $gray-d2; diff --git a/lms/templates/student_account/login.underscore b/lms/templates/student_account/login.underscore index 0a2672e789..58023fd5d5 100644 --- a/lms/templates/student_account/login.underscore +++ b/lms/templates/student_account/login.underscore @@ -38,11 +38,23 @@ <%- gettext("If you do not yet have an account, use the button below to register.") %>
- <%= context.fields %> + <% if ( context.hasSecondaryProviders ) { %> + + +