@healthcatalyst/catalyst-docfx-template 1.0.40 → 1.0.41

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.40",
3
+ "version": "1.0.41",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
package/styles/main.css CHANGED
@@ -731,6 +731,11 @@ body .toc,
731
731
  /* Bootstrap docs like sidebar
732
732
  ------------------------------------------------------- */
733
733
 
734
+ .affix {
735
+ position: fixed;
736
+ max-width: 200px;
737
+ }
738
+
734
739
  .affix h5 {
735
740
  display: none;
736
741
  }
@@ -938,10 +943,19 @@ output {
938
943
  color: #00abf9;
939
944
  }
940
945
 
941
- #home-page-col-head-dev {
946
+ #home-page-col-head-dev,
947
+ #home-page-col-head-ACO {
942
948
  color: #f8961d;
943
949
  }
944
950
 
951
+ #home-page-col-head-OPM {
952
+ color: #E04E5B;
953
+ }
954
+
955
+ #home-page-col-head-CADS {
956
+ color: #6E53A3;
957
+ }
958
+
945
959
 
946
960
  /* Home page boxes */
947
961