@healthcatalyst/catalyst-docfx-template 1.0.115 → 1.0.117
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/package.json
CHANGED
package/styles/main.css
CHANGED
|
@@ -607,16 +607,17 @@ td:nth-of-type(1) {
|
|
|
607
607
|
/* 2nd and 3rd level expandable menu items in left-side menu - make same font size as 1st level */
|
|
608
608
|
|
|
609
609
|
.toc .level2,
|
|
610
|
-
.toc .level3
|
|
610
|
+
.toc .level3,
|
|
611
|
+
.toc .level4 {
|
|
611
612
|
font-size: 14px;
|
|
612
613
|
}
|
|
613
614
|
|
|
614
|
-
.toc .level3
|
|
615
|
+
.toc .level3,
|
|
616
|
+
.toc .level4 {
|
|
615
617
|
padding-left: 5px;
|
|
616
618
|
margin-top: 0px;
|
|
617
619
|
}
|
|
618
620
|
|
|
619
|
-
.toc .level4,
|
|
620
621
|
.toc .level5,
|
|
621
622
|
.toc .level6 {
|
|
622
623
|
font-size: 12px;
|
|
@@ -1059,7 +1060,7 @@ output {
|
|
|
1059
1060
|
border-radius: 5px;
|
|
1060
1061
|
}
|
|
1061
1062
|
|
|
1062
|
-
|
|
1063
|
+
.home-box h5
|
|
1063
1064
|
|
|
1064
1065
|
{
|
|
1065
1066
|
font-size: 18px;
|
|
Binary file
|