diff --git a/lms/static/sass/elements/_course-card.scss b/lms/static/sass/elements/_course-card.scss index 2a92661821..4e4f2ea9a1 100644 --- a/lms/static/sass/elements/_course-card.scss +++ b/lms/static/sass/elements/_course-card.scss @@ -100,13 +100,13 @@ .cta-primary { display: inline-block; - background-color: palette(success, back); - border-color: palette(success, accent); + background-color: palette(success, text); + border-color: palette(success, text); &:active, &:focus, &:hover { - background-color: palette(success, back); + background-color: palette(success, accent); border-color: palette(success, accent); } } diff --git a/lms/static/sass/elements/_program-card.scss b/lms/static/sass/elements/_program-card.scss index 1734380dc6..b619cdc04e 100644 --- a/lms/static/sass/elements/_program-card.scss +++ b/lms/static/sass/elements/_program-card.scss @@ -146,7 +146,7 @@ .progress { height: 5px; - background: palette(grayscale, x-back); + background: palette(grayscale, back); .bar { @include float(left); @@ -154,11 +154,11 @@ position: relative; &.complete { - background: palette(success, back); + background: palette(success, accent); } &.in-progress { - background: palette(warning, back); + background: palette(warning, accent); } } } diff --git a/lms/static/sass/shared-v2/_variables.scss b/lms/static/sass/shared-v2/_variables.scss index 670a21ca71..49b91a87f9 100644 --- a/lms/static/sass/shared-v2/_variables.scss +++ b/lms/static/sass/shared-v2/_variables.scss @@ -1,7 +1,7 @@ // LMS variables $lms-gray: palette(grayscale, base); -$lms-background-color: palette(grayscale, x-back); // Why is the Pattern Library default background different? +$lms-background-color: rgb(252, 252, 252); // Correct shade of grey not available in the Pattern Library $lms-container-background-color: $white; $lms-border-color: palette(grayscale, back); $lms-label-color: palette(grayscale, black); diff --git a/lms/static/sass/views/_program-list.scss b/lms/static/sass/views/_program-list.scss index 2b02d20545..8e33f88911 100644 --- a/lms/static/sass/views/_program-list.scss +++ b/lms/static/sass/views/_program-list.scss @@ -22,7 +22,6 @@ .aside { padding: $baseline; margin-bottom: $baseline; - background-color: $body-bg; box-sizing: border-box; border: 1px solid $border-color-l3; } @@ -30,7 +29,7 @@ .program-advertise { clear: both; - .btn-neutral { + .new-programs-btn { width: 100%; text-align: center; padding: 10px; diff --git a/lms/templates/learner_dashboard/certificate_status.underscore b/lms/templates/learner_dashboard/certificate_status.underscore index 245cd46388..1cca1038a9 100644 --- a/lms/templates/learner_dashboard/certificate_status.underscore +++ b/lms/templates/learner_dashboard/certificate_status.underscore @@ -7,6 +7,6 @@ <% // safe-lint: disable=underscore-not-escaped %> - <%- gettext('View/Share Certificate') %> + <%- gettext('View Certificate') %> diff --git a/lms/templates/learner_dashboard/course_enroll.underscore b/lms/templates/learner_dashboard/course_enroll.underscore index ab733d5410..f58899f6ec 100644 --- a/lms/templates/learner_dashboard/course_enroll.underscore +++ b/lms/templates/learner_dashboard/course_enroll.underscore @@ -1,7 +1,7 @@ <% if (is_enrolled) { %>
<%- gettext('enrolled') %>
<% if (is_enrollment_open || is_course_ended) { %> - + <% if (is_enrollment_open) { %> <%- gettext('View Course') %> <% } else if (is_course_ended) { %> diff --git a/lms/templates/learner_dashboard/empty_programs_list.underscore b/lms/templates/learner_dashboard/empty_programs_list.underscore index d29afed873..be9bbd3b8f 100644 --- a/lms/templates/learner_dashboard/empty_programs_list.underscore +++ b/lms/templates/learner_dashboard/empty_programs_list.underscore @@ -1,6 +1,6 @@

<%- gettext('You are not enrolled in any programs yet.') %>

-
+ <%- gettext('Explore Programs') %> diff --git a/lms/templates/learner_dashboard/explore_new_programs.underscore b/lms/templates/learner_dashboard/explore_new_programs.underscore index af70c50dfe..b1a2385ba1 100644 --- a/lms/templates/learner_dashboard/explore_new_programs.underscore +++ b/lms/templates/learner_dashboard/explore_new_programs.underscore @@ -2,7 +2,7 @@ <%- gettext('Browse recently launched courses and see what\'s new in your favorite subjects') %>