Skip to content
Snippets Groups Projects
Commit d03b7338 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-6823: adjust Kuali font sizes

parent 27034da3
No related branches found
No related tags found
1 merge request!183ISTWCMS-6823: adjust Kuali font sizes
......@@ -4,6 +4,7 @@ main #kuali-catalog .__KUALI_THEMABLE__ {
width: 100%;
padding: 0;
font-family: var(--font-primary) !important; //Kuali makes their font definition !important, so we need !important to override.
font-size: var(--font-size-0);
h3[class^="style__addendaHeader"] {
font-weight: normal;
}
......@@ -25,6 +26,9 @@ main #kuali-catalog .__KUALI_THEMABLE__ {
max-height: none;
font-family: var(--font-condensedbook);
}
div[class^="style__breadcrumbs"] {
font-size: var(--font-size-00);
}
#Select\ Catalog-menu {
font-family: var(--font-condensedbook);
}
......
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