From f8051f970b801d52f4543bc3347b82302fade36b Mon Sep 17 00:00:00 2001 From: Nicholas D'Alfonso <ndalfonso@edx.org> Date: Tue, 28 Jan 2020 14:01:24 -0500 Subject: [PATCH] AA date description font size - make the font size of the description in the date widget the same as the title. --- .../sass/features/_course-experience.scss | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/lms/static/sass/features/_course-experience.scss b/lms/static/sass/features/_course-experience.scss index a1070628fa7..391829d899e 100644 --- a/lms/static/sass/features/_course-experience.scss +++ b/lms/static/sass/features/_course-experience.scss @@ -462,14 +462,6 @@ button.accordion-trigger, button.prerequisite-button { justify-content: space-between; padding: $baseline/2 $baseline/2 $baseline/2 0; - .heading { - font-size: 0.9rem; - font: -apple-system-body; - line-height: 1; - font-weight: $font-bold; - color: theme-color("dark"); - } - .left-column { flex: 5%; @@ -490,11 +482,22 @@ button.accordion-trigger, button.prerequisite-button { margin-bottom: 8px; } + .heading { + font: -apple-system-body; + line-height: 1; + font-weight: $font-bold; + color: theme-color("dark"); + } + .description { margin-bottom: $baseline/2; display: inline-block; } + .heading, .description { + font-size: 0.9rem; + } + .date-summary-link { font-weight: $font-semibold; -- GitLab