Skip to content
Snippets Groups Projects
Unverified Commit e6215631 authored by Awais Jibran's avatar Awais Jibran Committed by GitHub
Browse files

Merge pull request #25824 from edx/aj/branding/update-progress-page-base-font-size

Update base fontsize on progress page
parents 267e3869 cd29bb14
No related branches found
Tags release-2019-07-03-11.16
No related merge requests found
......@@ -5,20 +5,21 @@
// overflow-y: scroll;
// }
html,
body {
html {
font-family: $font-family-sans-serif;
font-size: $font-size-base;
font-style: normal;
line-height: 1em;
}
html {
background: theme-color("inverse");
}
body {
font-family: $font-family-sans-serif;
font-style: normal;
font-size: $font-size-base;
line-height: 1em;
background: $body-bg;
}
// removing the outline on any element that we make programmatically focusable
......
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