|
@@ -46,7 +46,7 @@
|
|
|
"fontSizes": {
|
|
|
"normal": "clamp(1.125rem, 1.036rem + 0.238vw, 1.25rem)",
|
|
|
"button": "clamp(0.875rem, 0.875rem + ((1vw - 0.48rem) * 0.481), 1.125rem)",
|
|
|
- "fixed": "clamp(1.125rem, 1.125rem, 1.125rem)"
|
|
|
+ "fixed": "1.125rem"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -248,6 +248,28 @@
|
|
|
},
|
|
|
"sensei-lms/course-navigation": {
|
|
|
"css": "& .sensei-lms-course-navigation-lesson__title { font-family: var(--wp--preset--font-family--heading); font-size: .875rem; } & .sensei-lms-course-navigation-lesson__extra { font-family: var(--wp--preset--font-family--heading); } & .sensei-lms-course-navigation-module__summary { font-family: var(--wp--preset--font-family--heading); } & .sensei-lms-course-navigation-module__title { font-size: 1.125rem; font-weight: 600; letter-spacing: -0.04em; text-transform: none; }"
|
|
|
+ },
|
|
|
+ "sensei-lms/quiz-back-to-lesson": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--heading)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "sensei-lms/quiz-actions": {
|
|
|
+ "css": "& .sensei-quiz-actions-secondary .sensei-quiz-action .quiz-submit { font-size: var(--wp--custom--typography--font-sizes--fixed); }"
|
|
|
+ },
|
|
|
+ "sensei-lms/quiz-question": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--custom--typography--font-sizes--normal)"
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "h2": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--heading)",
|
|
|
+ "fontWeight": "700"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "css": "& .grade { font-weight: 700; font-family: var(--wp--preset--font-family--heading); }"
|
|
|
}
|
|
|
},
|
|
|
"elements": {
|