From 26ba411eb02e652d3aa2283912b6a75ef7c8ce8c Mon Sep 17 00:00:00 2001 From: Alex Dusenbery Date: Tue, 27 Mar 2018 12:56:39 -0400 Subject: [PATCH] EDUCATOR-2535 | Small style cleanup for course outline. --- lms/static/sass/features/_course-experience.scss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lms/static/sass/features/_course-experience.scss b/lms/static/sass/features/_course-experience.scss index 63c740cbe5..e9a847fd67 100644 --- a/lms/static/sass/features/_course-experience.scss +++ b/lms/static/sass/features/_course-experience.scss @@ -320,14 +320,14 @@ border-bottom: 1px solid $border-color; .section-name { - padding: ($baseline / 2) 0 ($baseline / 2) 0; + padding: ($baseline / 2) 0 ($baseline / 2) 2px; .section-title { - font-weight: $font-bold; + font-weight: $font-regular; font-size: 1.1rem; margin: 0; display: inline; - padding-left: $baseline; + padding-left: $baseline - 2; } } @@ -341,12 +341,12 @@ .subsection { list-style-type: none; border-top: 1px solid $border-color; - margin: 0 0 ($baseline / 4) 35px; + margin: 0 0 0 35px; .subsection-title { margin: 0; - font-weight: $font-bold; - margin-left: $baseline; + font-weight: $font-regular; + margin-left: $baseline - 2; } .subsection-text { @@ -419,6 +419,7 @@ button.accordion-trigger, button.prerequisite-button { text-align: left; margin: 0px; background: none; + cursor: pointer; .fa { color: $blue;