@healthcatalyst/catalyst-docfx-template 1.0.103 → 1.0.105

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.103",
3
+ "version": "1.0.105",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
package/styles/main.css CHANGED
@@ -516,7 +516,6 @@ td:nth-of-type(1) {
516
516
  margin-top: 25px;
517
517
  }
518
518
 
519
- #platform-box,
520
519
  #install-box,
521
520
  #user-box {
522
521
  color: #131314;
@@ -526,20 +525,27 @@ td:nth-of-type(1) {
526
525
  border-bottom: #006d9a solid 1px;
527
526
  }
528
527
 
529
- #CADS-box, #admin-box {
528
+ #CADS-box, #platform-box {
530
529
  border-left: #528052 solid 6px;
531
530
  border-top: #528052 solid 1px;
532
531
  border-right: #528052 solid 1px;
533
532
  border-bottom: #528052 solid 1px;
534
533
  }
535
534
 
536
- #ACO-box, #developer-box, #OPM-box {
535
+ #developer-box, #admin-box {
537
536
  border-left: #ce4709 solid 6px;
538
537
  border-top: #ce4709 solid 1px;
539
538
  border-right: #ce4709 solid 1px;
540
539
  border-bottom: #ce4709 solid 1px;
541
540
  }
542
541
 
542
+ #ACO-box, #OPM-box {
543
+ border-left: #353737 solid 6px;
544
+ border-top: #353737 solid 1px;
545
+ border-right: #353737 solid 1px;
546
+ border-bottom: #353737 solid 1px;
547
+ }
548
+
543
549
  /* TOC */
544
550
 
545
551
  .toc .level1>li {
@@ -987,8 +993,11 @@ output {
987
993
  /*Home page column headers */
988
994
 
989
995
  #home-page-col-head,
996
+ #home-page-col-head-install,
997
+ #home-page-col-head-user,
990
998
  #home-page-col-head-platform,
991
999
  #home-page-col-head-dev,
1000
+ #home-page-col-head-admin,
992
1001
  #home-page-col-head-ACO,
993
1002
  #home-page-col-head-CADS,
994
1003
  #home-page-col-head-OPM {
@@ -998,22 +1007,30 @@ output {
998
1007
  margin-top: 25px;
999
1008
  }
1000
1009
 
1001
- #home-page-col-head, #home-page-col-head-platform {
1010
+ #home-page-col-head,
1011
+ #home-page-col-head-install,
1012
+ #home-page-col-head-user {
1002
1013
  color: #006d9a;
1003
1014
  }
1004
1015
 
1016
+ #home-page-col-head-CADS,
1017
+ #home-page-col-head-platform
1018
+ {
1019
+ color: #528052;
1020
+ }
1021
+
1005
1022
  #home-page-col-head-dev,
1006
- #home-page-col-head-ACO {
1023
+ #home-page-col-head-admin
1024
+ {
1007
1025
  color: #ce4709;
1008
1026
  }
1009
1027
 
1028
+ #home-page-col-head-ACO,
1010
1029
  #home-page-col-head-OPM {
1011
- color: #E04E5B;
1030
+ color: #353537;
1012
1031
  }
1013
1032
 
1014
- #home-page-col-head-CADS {
1015
- color: #528052;
1016
- }
1033
+
1017
1034
 
1018
1035
 
1019
1036
  /* Home page boxes */