Adds dynamic type text sizing for course dates fragments

This would enable course dates fragment to be
responsive to dynamic type text setting in ios
device.

LEARNER-6726
This commit is contained in:
Adeel Khan
2018-12-11 00:57:34 +05:00
parent 64ef69458b
commit d741834370

View File

@@ -463,6 +463,7 @@ button.accordion-trigger, button.prerequisite-button {
.heading {
font-size: 0.9rem;
font: -apple-system-body;
line-height: 1;
font-weight: $font-bold;
color: theme-color("dark");
@@ -485,6 +486,7 @@ button.accordion-trigger, button.prerequisite-button {
.date {
color: theme-color("dark");
font: -apple-system-body;
}
&-todays-date {