diff --git a/lms/static/js/demographics_collection/Wizard.jsx b/lms/static/js/demographics_collection/Wizard.jsx index c1a717893a..131830010b 100644 --- a/lms/static/js/demographics_collection/Wizard.jsx +++ b/lms/static/js/demographics_collection/Wizard.jsx @@ -71,7 +71,7 @@ export default class Wizard extends React.Component { {errorPage.props.children}
- +
) @@ -85,7 +85,7 @@ export default class Wizard extends React.Component { } /** - * Utility method for closing the modal and returning the learner back to the Course Dashboard. + * Utility method for closing the modal and returning the learner back to the Course Dashboard. * If a learner is on the final page of the modal, meaning they have answered all of the * questions, clicking the "Return to my dashboard" button will also dismiss the CTA from the * course dashboard. @@ -110,8 +110,8 @@ export default class Wizard extends React.Component { {this.renderPage()}
- - + +
); diff --git a/themes/edx.org/lms/static/sass/partials/lms/theme/_dashboard.scss b/themes/edx.org/lms/static/sass/partials/lms/theme/_dashboard.scss index 086da850aa..7cd6683819 100644 --- a/themes/edx.org/lms/static/sass/partials/lms/theme/_dashboard.scss +++ b/themes/edx.org/lms/static/sass/partials/lms/theme/_dashboard.scss @@ -81,7 +81,7 @@ margin: 5px 0 5px 0; box-shadow: none; - &.blue { + &.colored { background-color: #23419f; color: #ffffff; border: none; @@ -204,7 +204,7 @@ } } } - + .side-container { .wrapper-coaching { border: 1px solid $gray-500;