Skip to content
Snippets Groups Projects
Unverified Commit 3a180ce9 authored by Zainab Amir's avatar Zainab Amir Committed by GitHub
Browse files

Merge pull request #19399 from edx/program_fragments_dynamic_type_text

Add apple fonts to dashboard and programs_fragments for dynamic type text size settings 
parents 3a45bee3 627c39b9
No related branches found
Tags release-2021-06-15-13.28
No related merge requests found
......@@ -114,6 +114,7 @@
}
.hd-3 {
font: -apple-system-short-headline !important;
color: palette(grayscale, dark);
min-height: ($baseline*3);
line-height: 1.15;
......@@ -124,6 +125,7 @@
margin-bottom: 5px;
.number-status {
font: -apple-system-short-caption1 !important;
text-align: center;
width: 100%;
float: left;
......
......@@ -136,6 +136,7 @@
padding-top: $baseline/2;
a, span {
font: -apple-system-short-headline !important;
@extend %t-title3;
@extend %t-regular;
......@@ -152,6 +153,7 @@
.course-info {
[class*="info-"] {
font: -apple-system-short-subheadline !important;
color: $gray-d1;
@extend %t-title7;
......@@ -163,6 +165,7 @@
display: block;
.info-date-block{
font: -apple-system-short-subheadline !important;
@extend %t-title7;
color: $gray; // WCAG 2.0 AA compliant
......@@ -393,6 +396,7 @@
}
.enter-course {
font: -apple-system-short-subheadline !important;
@extend %btn-pl-white-base;
@include float(right);
......
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