@healthcatalyst/catalyst-docfx-template 1.0.116 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@healthcatalyst/catalyst-docfx-template",
3
- "version": "1.0.116",
3
+ "version": "1.0.117",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
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;