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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user