Skip to content
Snippets Groups Projects
Commit d7418343 authored by Adeel Khan's avatar Adeel Khan
Browse files

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
parent 64ef6945
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment