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
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user