diff --git a/lms/static/sass/features/_learner-analytics-dashboard.scss b/lms/static/sass/features/_learner-analytics-dashboard.scss index 0c4e9a64f7..d2508f38a1 100644 --- a/lms/static/sass/features/_learner-analytics-dashboard.scss +++ b/lms/static/sass/features/_learner-analytics-dashboard.scss @@ -8,6 +8,20 @@ $grouping-border: #d8d8d8; $trophy-gold: #f39c12; .content-wrapper { + .learner-analytics-header { + border-bottom: none; + + .title { + margin-bottom: 0; + font-size: 1.75em; + font-weight: 600; + } + + .lock-icon { + margin-right: 5px; + } + } + .page-content.learner-analytics-dashboard-wrapper { flex-direction: column; background: #fff; diff --git a/openedx/features/learner_analytics/templates/learner_analytics/dashboard.html b/openedx/features/learner_analytics/templates/learner_analytics/dashboard.html index 2851d16480..0d71b75213 100644 --- a/openedx/features/learner_analytics/templates/learner_analytics/dashboard.html +++ b/openedx/features/learner_analytics/templates/learner_analytics/dashboard.html @@ -26,23 +26,13 @@ from openedx.features.course_experience import course_home_page_title <%block name="content">